Skip to content

Commit 02961c4

Browse files
committed
dart fix
1 parent 6956fd6 commit 02961c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/workouts/forms.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ class _SetFormWidgetState extends State<SetFormWidget> {
348348
addSettings();
349349
});
350350
},
351-
inactiveColor: Theme.of(context).colorScheme.background,
351+
inactiveColor: Theme.of(context).colorScheme.surface,
352352
),
353353
if (widget._set.settings.isNotEmpty)
354354
SwitchListTile(

0 commit comments

Comments
 (0)