diff --git a/web/repertory/lib/widgets/mount_widget.dart b/web/repertory/lib/widgets/mount_widget.dart index cd3ec3c6..e8296a9a 100644 --- a/web/repertory/lib/widgets/mount_widget.dart +++ b/web/repertory/lib/widgets/mount_widget.dart @@ -70,7 +70,7 @@ class _MountWidgetState extends State { mount.mounted != null && !mount.mounted!) IconButton( - icon: Icon(Icons.clear), + icon: const Icon(Icons.backspace), color: subTextColor, onPressed: () => mount.clearMountLocation(), ),