From 46f2935dd0af1f27433d9f7522146634bc5c65bc Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 2 Mar 2025 20:24:43 -0600 Subject: [PATCH] theme changes --- web/repertory/lib/widgets/mount_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/repertory/lib/widgets/mount_widget.dart b/web/repertory/lib/widgets/mount_widget.dart index 1b253422..e449c873 100644 --- a/web/repertory/lib/widgets/mount_widget.dart +++ b/web/repertory/lib/widgets/mount_widget.dart @@ -62,7 +62,7 @@ class _MountWidgetState extends State { icon: Icon( mount.state, color: - isActive ? Color.fromARGB(255, 153, 86, 66) : subTextColor, + isActive ? Color.fromARGB(255, 163, 96, 76) : subTextColor, ), onPressed: _enabled