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 6956fd6 commit 02961c4Copy full SHA for 02961c4
lib/widgets/workouts/forms.dart
@@ -348,7 +348,7 @@ class _SetFormWidgetState extends State<SetFormWidget> {
348
addSettings();
349
});
350
},
351
- inactiveColor: Theme.of(context).colorScheme.background,
+ inactiveColor: Theme.of(context).colorScheme.surface,
352
),
353
if (widget._set.settings.isNotEmpty)
354
SwitchListTile(
0 commit comments