mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-03-01 13:00:41 +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,
|
useMaterial3: true,
|
||||||
brightness: brightness,
|
brightness: brightness,
|
||||||
colorSchemeSeed: seed ?? AppConfig.colorSchemeSeed,
|
colorSchemeSeed: seed ?? AppConfig.colorSchemeSeed,
|
||||||
textTheme: PlatformInfos.isDesktop
|
textTheme: PlatformInfos.isDesktop || PlatformInfos.isWeb
|
||||||
? 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user