Decrease grammar popup text size in column mode (#3673)

* Decrease grammar popup text size in column mode

* simplify

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
pull/2245/head
Kelrap 3 months ago committed by GitHub
parent 60c1a40e94
commit d8ce170b0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,

Loading…
Cancel
Save