fixed icon in goal planner

This commit is contained in:
Kima 2023-12-28 22:45:27 +01:00
parent 6c1cf5886e
commit 773ddf8362

View File

@ -232,7 +232,7 @@ class _GoalStateScreenState extends State<GoalStateScreen> {
), ),
); );
}, },
icon: const Icon(FeatherIcons.x), icon: const Icon(FeatherIcons.trash2),
), ),
], ],
), ),