|
|
@ -72,7 +72,7 @@ abstract class FluffyThemes {
|
|
|
|
useMaterial3: true,
|
|
|
|
useMaterial3: true,
|
|
|
|
brightness: brightness,
|
|
|
|
brightness: brightness,
|
|
|
|
colorScheme: colorScheme,
|
|
|
|
colorScheme: colorScheme,
|
|
|
|
textTheme: PlatformInfos.isDesktop || PlatformInfos.isWeb
|
|
|
|
textTheme: PlatformInfos.isDesktop
|
|
|
|
? brightness == Brightness.light
|
|
|
|
? brightness == Brightness.light
|
|
|
|
? Typography.material2018().black.merge(fallbackTextTheme)
|
|
|
|
? Typography.material2018().black.merge(fallbackTextTheme)
|
|
|
|
: Typography.material2018().white.merge(fallbackTextTheme)
|
|
|
|
: Typography.material2018().white.merge(fallbackTextTheme)
|
|
|
|