disable m3

This commit is contained in:
55nknown 2022-06-30 02:10:34 +02:00
parent 9525d7d1df
commit b3d791a4c3
2 changed files with 3 additions and 1 deletions

View File

@ -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