This commit is contained in:
Scott E. Graves 2025-03-14 21:03:30 -05:00
parent b1a31b230a
commit 04523df564

View File

@ -59,7 +59,7 @@ class _MountWidgetState extends State<MountWidget> {
),
trailing: IconButton(
icon: Icon(
mount.state ?? Icons.timer,
mount.state ?? Icons.hourglass_top,
color:
isActive ? Color.fromARGB(255, 163, 96, 76) : subTextColor,
),