mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
black54 too gray
This commit is contained in:
parent
e166180a8d
commit
3ab90b341d
2 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ class MyTheme {
|
|||
textTheme: const TextTheme(
|
||||
titleLarge: TextStyle(fontSize: 19, color: Colors.black87),
|
||||
titleSmall: TextStyle(fontSize: 14, color: Colors.black87),
|
||||
bodySmall: TextStyle(fontSize: 12, color: Colors.black54, height: 1.25),
|
||||
bodyMedium: TextStyle(fontSize: 14, color: Colors.black54, height: 1.25),
|
||||
bodySmall: TextStyle(fontSize: 12, color: Colors.black87, height: 1.25),
|
||||
bodyMedium: TextStyle(fontSize: 14, color: Colors.black87, height: 1.25),
|
||||
),
|
||||
hintColor: Color(0xFFAAAAAA),
|
||||
primarySwatch: Colors.blue,
|
||||
|
|
0
flutter/run.sh
Normal file → Executable file
0
flutter/run.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue