diff --git a/lib/src/theme/custom_theme.dart b/lib/src/theme/custom_theme.dart index 4060c00..268cd58 100644 --- a/lib/src/theme/custom_theme.dart +++ b/lib/src/theme/custom_theme.dart @@ -7,7 +7,8 @@ class CustomTheme { static late CustomTheme _instance = CustomTheme._(); CustomTheme._() { - follow = true; + follow = false; + customTheme=ThemeData.light(); } ThemeData? customTheme;