From d8ce170b0dd7571c8ff8da4e98b04755f3e40aeb Mon Sep 17 00:00:00 2001 From: Kelrap <99418823+Kelrap@users.noreply.github.com> Date: Fri, 8 Aug 2025 16:56:54 -0400 Subject: [PATCH] Decrease grammar popup text size in column mode (#3673) * Decrease grammar popup text size in column mode * simplify --------- Co-authored-by: ggurdin --- lib/pangea/chat/utils/unlocked_morphs_snackbar.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pangea/chat/utils/unlocked_morphs_snackbar.dart b/lib/pangea/chat/utils/unlocked_morphs_snackbar.dart index 8239f37c5..3253676fc 100644 --- a/lib/pangea/chat/utils/unlocked_morphs_snackbar.dart +++ b/lib/pangea/chat/utils/unlocked_morphs_snackbar.dart @@ -233,7 +233,7 @@ class ConstructNotificationOverlayState widget.copy ?? widget.construct.lemma, style: TextStyle( fontSize: FluffyThemes.isColumnMode(context) - ? 32.0 + ? 22.0 : 16.0, color: AppConfig.gold, fontWeight: FontWeight.bold, @@ -243,7 +243,7 @@ class ConstructNotificationOverlayState MorphIcon( size: isColumnMode ? null - : const Size(24.0, 24.0), + : const Size(22.0, 22.0), morphFeature: MorphFeaturesEnumExtension.fromString( widget.construct.category,