Skip to content

Commit

Permalink
Don't use Material3
Browse files Browse the repository at this point in the history
Causes incorrect colors / shadows ATM:

rydmike/flex_color_scheme#54
  • Loading branch information
Merrit committed Jul 7, 2022
1 parent 7f88332 commit ea07d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/app.dart
Expand Up @@ -47,7 +47,7 @@ class App extends StatelessWidget {
blendOnColors: false,
),
visualDensity: FlexColorScheme.comfortablePlatformDensity,
useMaterial3: true,
// useMaterial3: true,
fontFamily: GoogleFonts.notoSans().fontFamily,
),
darkTheme: FlexThemeData.dark(
Expand All @@ -60,7 +60,7 @@ class App extends StatelessWidget {
blendOnLevel: 30,
),
visualDensity: FlexColorScheme.comfortablePlatformDensity,
useMaterial3: true,
// useMaterial3: true,
fontFamily: GoogleFonts.notoSans().fontFamily,
),
themeMode: ThemeMode.system,
Expand Down

0 comments on commit ea07d09

Please sign in to comment.