🐛 Fix styling issue

This commit is contained in:
2025-09-24 12:41:09 +08:00
parent 6600cf4df8
commit c06fb12f6a

View File

@@ -544,7 +544,12 @@ class PostItem extends HookConsumerWidget {
child: _buildReactionIcon( child: _buildReactionIcon(
mostReaction, mostReaction,
32, 32,
).padding(bottom: 2), ).padding(
bottom:
_getReactionImageAvailable(mostReaction)
? 2
: 0,
),
), ),
style: ButtonStyle( style: ButtonStyle(
backgroundColor: WidgetStatePropertyAll( backgroundColor: WidgetStatePropertyAll(