mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Increase like icon size on posts
This commit is contained in:
@ -209,7 +209,10 @@ class _PostTileState extends State<PostTile> {
|
||||
children: <Widget>[
|
||||
// Like button
|
||||
Center(
|
||||
child: LikeWidget(likeElement: widget.post),
|
||||
child: LikeWidget(
|
||||
likeElement: widget.post,
|
||||
buttonIconSize: null,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user