disable m3
This commit is contained in:
parent
9525d7d1df
commit
b3d791a4c3
@ -31,6 +31,7 @@ class AppTheme {
|
||||
|
||||
return ThemeData(
|
||||
brightness: Brightness.light,
|
||||
useMaterial3: false,
|
||||
fontFamily: _fontFamily,
|
||||
scaffoldBackgroundColor: _paletteBackgroundLight(palette) ?? lightColors.background,
|
||||
backgroundColor: _paletteHighlightLight(palette) ?? lightColors.highlight,
|
||||
@ -83,6 +84,7 @@ class AppTheme {
|
||||
|
||||
return ThemeData(
|
||||
brightness: Brightness.dark,
|
||||
useMaterial3: false,
|
||||
fontFamily: _fontFamily,
|
||||
scaffoldBackgroundColor: _paletteBackgroundDark(palette) ?? darkColors.background,
|
||||
backgroundColor: _paletteHighlightDark(palette) ?? darkColors.highlight,
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit ac13b5818c6f9c2d40687c4b3e3bd0dc964b3d42
|
||||
Subproject commit c84d6e5321f56b87a8445b0b223cf4a174b40fb8
|
Loading…
x
Reference in New Issue
Block a user