forked from firka/student-legacy
fixed font color bug
This commit is contained in:
parent
f6a096a322
commit
114168c1c1
@ -80,7 +80,8 @@ class AppTheme {
|
|||||||
brightness: Brightness.light,
|
brightness: Brightness.light,
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
fontFamily: _defaultFontFamily,
|
fontFamily: _defaultFontFamily,
|
||||||
textTheme: googleFontsMap[settings.fontFamily],
|
textTheme: googleFontsMap[settings.fontFamily]
|
||||||
|
?.apply(bodyColor: lightColors.text),
|
||||||
scaffoldBackgroundColor: backgroundColor,
|
scaffoldBackgroundColor: backgroundColor,
|
||||||
primaryColor: lightColors.filc,
|
primaryColor: lightColors.filc,
|
||||||
dividerColor: const Color(0x00000000),
|
dividerColor: const Color(0x00000000),
|
||||||
@ -183,7 +184,8 @@ class AppTheme {
|
|||||||
brightness: Brightness.dark,
|
brightness: Brightness.dark,
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
fontFamily: _defaultFontFamily,
|
fontFamily: _defaultFontFamily,
|
||||||
textTheme: googleFontsMap[settings.fontFamily],
|
textTheme: googleFontsMap[settings.fontFamily]
|
||||||
|
?.apply(bodyColor: darkColors.text),
|
||||||
scaffoldBackgroundColor: backgroundColor,
|
scaffoldBackgroundColor: backgroundColor,
|
||||||
primaryColor: darkColors.filc,
|
primaryColor: darkColors.filc,
|
||||||
dividerColor: const Color(0x00000000),
|
dividerColor: const Color(0x00000000),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user