Skip to content

Commit 6565b35

Browse files
committed
fix: CommunityCards
1 parent 2b7f3f8 commit 6565b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/app/home/page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ class _HomePageState extends State<HomePage> with WidgetsBindingObserver {
776776
),
777777
shape: BoxShape.circle,
778778
),
779-
child: Icon(item.icon, size: 16, color: item.color),
779+
child: Icon(item.icon, size: 20, color: item.color),
780780
),
781781
),
782782
),

0 commit comments

Comments
 (0)