Compare commits

...

1 commit

Author SHA1 Message Date
vishnukvmd b476dcfefd Revert "Move padding within to increase tap-able area"
This reverts commit 0b212bf7a6.
2024-05-13 17:38:49 +05:30

View file

@ -50,7 +50,6 @@ class _FavoriteWidgetState extends State<FavoriteWidget> {
: LikeButton(
size: 24,
isLiked: isLiked,
padding: const EdgeInsets.all(2),
onTap: (oldValue) async {
if (widget.file.uploadedFileID == null ||
widget.file.ownerID !=