Tweak comments

This commit is contained in:
Shawn 2023-04-27 12:14:44 -06:00
parent f1be3a4a37
commit 5f978091bd

View File

@ -24,7 +24,7 @@ class AppColors {
TextTheme txtTheme = (isDark ? ThemeData.dark() : ThemeData.light()).textTheme;
Color txtColor = white;
ColorScheme colorScheme = ColorScheme(
// Decide how you want to apply your own custom theme, to the MaterialApp
// Map our custom theme to the Material ColorScheme
brightness: isDark ? Brightness.dark : Brightness.light,
primary: accent1,
primaryContainer: accent1,