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), ), ], ),