black54 too gray

This commit is contained in:
rustdesk 2022-09-27 20:30:48 +08:00
parent e166180a8d
commit 3ab90b341d
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File