Skip to content

Commit 95a1c67

Browse files
committed
Tweak engine button
1 parent b9a002e commit 95a1c67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/src/view/engine/engine_button.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ class _EngineButtonState extends ConsumerState<EngineButton> {
136136
child: Text(
137137
engineShortLabel(engineName) ?? prefs.enginePref.shortLabel,
138138
style: TextStyle(
139-
fontSize: 9,
140-
fontWeight: FontWeight.w800,
141-
color: textColor.withValues(alpha: 0.7),
139+
fontSize: 10,
140+
fontWeight: FontWeight.w700,
141+
color: textColor.withValues(alpha: 0.8),
142142
),
143143
),
144144
),

0 commit comments

Comments
 (0)