From 2fd363859a2c4e92056bdaf54f654643dd1c8f09 Mon Sep 17 00:00:00 2001 From: Prateek Sharma <39679158+TechieBlossom@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:35:13 +0530 Subject: [PATCH] Just a spell correction --- 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 989a1b5f..1409573b 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 them, to the MaterialApp + // Decide how you want to apply your own custom theme, to the MaterialApp brightness: isDark ? Brightness.dark : Brightness.light, primary: accent1, primaryContainer: accent1,