diff --git a/example/lib/main.dart b/example/lib/main.dart index 848588f..d7305ae 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -26,7 +26,7 @@ class MyApp extends StatelessWidget { } var themeNotifier = ValueNotifier( - ThemeVariation(Colors.blue, Brightness.dark), + ThemeVariation(Colors.blue, Brightness.light), ); class ThemeVariation {