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( trailing: IconButton(
icon: Icon( icon: Icon(
mount.state, mount.state ?? Icons.timer,
color: color:
isActive ? Color.fromARGB(255, 163, 96, 76) : subTextColor, isActive ? Color.fromARGB(255, 163, 96, 76) : subTextColor,
), ),