style: Use emojis on web as well
This commit is contained in:
parent
cabd9abf89
commit
f20a2ea339
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue