mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 19:49:29 +01:00
style: Use emojis on web as well
This commit is contained in:
parent
da91c2bd9f
commit
80b5a2b3d4
@ -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…
Reference in New Issue
Block a user