From 04523df564756d950aa78401779aed11a5204a6b Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 14 Mar 2025 21:03:30 -0500 Subject: [PATCH] refactor --- 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 32726f5c..5454ecd5 100644 --- a/web/repertory/lib/widgets/mount_widget.dart +++ b/web/repertory/lib/widgets/mount_widget.dart @@ -59,7 +59,7 @@ class _MountWidgetState extends State { ), trailing: IconButton( icon: Icon( - mount.state ?? Icons.timer, + mount.state ?? Icons.hourglass_top, color: isActive ? Color.fromARGB(255, 163, 96, 76) : subTextColor, ),