style: Use emojis on web as well

krille/update-deps
Christian Pauly 3 years ago
parent cabd9abf89
commit f20a2ea339

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

Loading…
Cancel
Save