From cdbe7992320872286318ffcfb3d79ecec17def63 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 1 Jul 2024 02:01:53 +0100 Subject: [PATCH] chore: make the disabled dark mode toggle look like a toggle --- lib/src/widgets/left_menu.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/widgets/left_menu.dart b/lib/src/widgets/left_menu.dart index e18a475..b7f9c7f 100644 --- a/lib/src/widgets/left_menu.dart +++ b/lib/src/widgets/left_menu.dart @@ -99,7 +99,7 @@ class _LeftMenuState extends State 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) {