chore: make the disabled dark mode toggle look like a toggle
This commit is contained in:
parent
dbc5e3f551
commit
cdbe799232
|
@ -99,7 +99,7 @@ class _LeftMenuState extends State<LeftMenu> with PreferencesMixin {
|
||||||
onChanged: null,
|
onChanged: null,
|
||||||
activeColor: Colors.grey[300],
|
activeColor: Colors.grey[300],
|
||||||
activeTrackColor: Colors.grey[300],
|
activeTrackColor: Colors.grey[300],
|
||||||
inactiveThumbColor: Colors.grey[300],
|
inactiveThumbColor: Colors.grey[500],
|
||||||
inactiveTrackColor: Colors.grey[300],
|
inactiveTrackColor: Colors.grey[300],
|
||||||
/*
|
/*
|
||||||
onChanged: (value) {
|
onChanged: (value) {
|
||||||
|
|
Loading…
Reference in New Issue