From 3ab90b341d76e681ab1a6ea4a82c0831a9fdd146 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 27 Sep 2022 20:30:48 +0800 Subject: [PATCH] black54 too gray --- flutter/lib/common.dart | 4 ++-- flutter/run.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 flutter/run.sh diff --git a/flutter/lib/common.dart b/flutter/lib/common.dart index ba45bb4a8..d34e2d78e 100644 --- a/flutter/lib/common.dart +++ b/flutter/lib/common.dart @@ -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, diff --git a/flutter/run.sh b/flutter/run.sh old mode 100644 new mode 100755