Skip to content

Commit

Permalink
light default
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Apr 12, 2021
1 parent c190889 commit 142e8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MyApp extends StatelessWidget {
}

var themeNotifier = ValueNotifier<ThemeVariation>(
ThemeVariation(Colors.blue, Brightness.dark),
ThemeVariation(Colors.blue, Brightness.light),
);

class ThemeVariation {
Expand Down

0 comments on commit 142e8cb

Please sign in to comment.