ui: change icon

This commit is contained in:
Simon Ding
2024-10-27 21:26:53 +08:00
parent 0305c0709d
commit bc50dd888a

View File

@@ -252,7 +252,7 @@ class _MainSkeletonState extends State<MainSkeleton> {
IconButton(
onPressed: () => showDonate(context),
icon: Icon(
Icons.heart_broken_rounded,
Icons.favorite_rounded,
color: Colors.red,
)),
],