🐛 Fix styling issue
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user