From 80b5a2b3d44d45432f32a16fadb083f50a3710c9 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Tue, 7 Feb 2023 12:24:22 +0100 Subject: [PATCH] style: Use emojis on web as well --- lib/config/themes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/themes.dart b/lib/config/themes.dart index e202a927..45220e98 100644 --- a/lib/config/themes.dart +++ b/lib/config/themes.dart @@ -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)