We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a002e commit 95a1c67Copy full SHA for 95a1c67
lib/src/view/engine/engine_button.dart
@@ -136,9 +136,9 @@ class _EngineButtonState extends ConsumerState<EngineButton> {
136
child: Text(
137
engineShortLabel(engineName) ?? prefs.enginePref.shortLabel,
138
style: TextStyle(
139
- fontSize: 9,
140
- fontWeight: FontWeight.w800,
141
- color: textColor.withValues(alpha: 0.7),
+ fontSize: 10,
+ fontWeight: FontWeight.w700,
+ color: textColor.withValues(alpha: 0.8),
142
),
143
144
0 commit comments