mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +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