This commit is contained in:
Scott E. Graves 2025-03-14 20:59:45 -05:00
parent fe08e274ec
commit b1a31b230a

View File

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