Merge pull request #40 from TechieBlossom/patch-1

Just a spell correction
This commit is contained in:
Shawn 2022-10-10 17:13:06 -06:00 committed by GitHub
commit cf3d6b33ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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