diff --git a/flutter/lib/common.dart b/flutter/lib/common.dart index b941632dd..6550b82f9 100644 --- a/flutter/lib/common.dart +++ b/flutter/lib/common.dart @@ -501,10 +501,10 @@ class MyTheme { ) : null, textTheme: const TextTheme( - titleLarge: TextStyle(fontSize: 19), - titleSmall: TextStyle(fontSize: 14), - bodySmall: TextStyle(fontSize: 12, height: 1.25), - bodyMedium: TextStyle(fontSize: 14, height: 1.25), + titleLarge: TextStyle(fontSize: 19, color: Colors.white70), + titleSmall: TextStyle(fontSize: 14, color: Colors.white70), + bodySmall: TextStyle(fontSize: 12, color: Colors.white70, height: 1.25), + bodyMedium: TextStyle(fontSize: 14, color: Colors.white70, height: 1.25), labelLarge: TextStyle( fontSize: 16.0, fontWeight: FontWeight.bold,