changed icon
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-24 13:19:20 -05:00
parent c3dca76690
commit bbd4cc0eed

View File

@ -70,7 +70,7 @@ class _MountWidgetState extends State<MountWidget> {
mount.mounted != null &&
!mount.mounted!)
IconButton(
icon: Icon(Icons.clear),
icon: const Icon(Icons.backspace),
color: subTextColor,
onPressed: () => mount.clearMountLocation(),
),