From 5f978091bd42de6b4b8dabcd607ba2662ebc5a63 Mon Sep 17 00:00:00 2001 From: Shawn Date: Thu, 27 Apr 2023 12:14:44 -0600 Subject: [PATCH] Tweak comments --- lib/styles/colors.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/styles/colors.dart b/lib/styles/colors.dart index 1409573b..accf9e63 100644 --- a/lib/styles/colors.dart +++ b/lib/styles/colors.dart @@ -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,