From 773ddf83622370f10e47ae4fd29f734f22b9f8b7 Mon Sep 17 00:00:00 2001 From: Kima Date: Thu, 28 Dec 2023 22:45:27 +0100 Subject: [PATCH] fixed icon in goal planner --- lib/ui/mobile/goal_planner/goal_state_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/mobile/goal_planner/goal_state_screen.dart b/lib/ui/mobile/goal_planner/goal_state_screen.dart index ba577c8..7135dbd 100644 --- a/lib/ui/mobile/goal_planner/goal_state_screen.dart +++ b/lib/ui/mobile/goal_planner/goal_state_screen.dart @@ -232,7 +232,7 @@ class _GoalStateScreenState extends State { ), ); }, - icon: const Icon(FeatherIcons.x), + icon: const Icon(FeatherIcons.trash2), ), ], ),