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