chore: Follow up theme fix
This commit is contained in:
parent
184d62250b
commit
37a6d3fc70
2 changed files with 8 additions and 6 deletions
|
|
@ -39,7 +39,9 @@ abstract class FluffyThemes {
|
|||
colorScheme?.primary ??
|
||||
AppConfig.chatColor,
|
||||
textTheme: PlatformInfos.isDesktop
|
||||
? Typography.material2018().black.merge(fallbackTextTheme)
|
||||
? brightness == Brightness.light
|
||||
? Typography.material2018().black.merge(fallbackTextTheme)
|
||||
: Typography.material2018().white.merge(fallbackTextTheme)
|
||||
: null,
|
||||
snackBarTheme: const SnackBarThemeData(
|
||||
behavior: SnackBarBehavior.floating,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue