build: Do not load emojis at initial start on web
This commit is contained in:
parent
601220c18f
commit
a7a8285a55
4 changed files with 10 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ abstract class FluffyThemes {
|
|||
useMaterial3: true,
|
||||
brightness: brightness,
|
||||
colorScheme: colorScheme,
|
||||
textTheme: PlatformInfos.isDesktop || PlatformInfos.isWeb
|
||||
textTheme: PlatformInfos.isDesktop
|
||||
? brightness == Brightness.light
|
||||
? Typography.material2018().black.merge(fallbackTextTheme)
|
||||
: Typography.material2018().white.merge(fallbackTextTheme)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue