This commit is contained in:
55nknown
2023-01-21 13:59:32 +01:00
parent f2be74d819
commit b6d4c0398a
8 changed files with 26 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ class AppTheme {
return ThemeData(
brightness: Brightness.light,
useMaterial3: false,
useMaterial3: true,
fontFamily: _fontFamily,
scaffoldBackgroundColor: backgroundColor,
backgroundColor: highlightColor,
@@ -103,7 +103,7 @@ class AppTheme {
return ThemeData(
brightness: Brightness.dark,
useMaterial3: false,
useMaterial3: true,
fontFamily: _fontFamily,
scaffoldBackgroundColor: backgroundColor,
backgroundColor: highlightColor,