chore: make the disabled dark mode toggle look like a toggle

This commit is contained in:
Martin Wimpress 2024-07-01 02:01:53 +01:00 committed by Martin Wimpress
parent dbc5e3f551
commit cdbe799232
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class _LeftMenuState extends State<LeftMenu> with PreferencesMixin {
onChanged: null,
activeColor: Colors.grey[300],
activeTrackColor: Colors.grey[300],
inactiveThumbColor: Colors.grey[300],
inactiveThumbColor: Colors.grey[500],
inactiveTrackColor: Colors.grey[300],
/*
onChanged: (value) {