[mob][photos] Increase loading iconSize + reduce padding

This commit is contained in:
Neeraj Gupta 2024-04-20 17:07:53 +05:30
parent 6f1714e9a2
commit 1cdca5c9ff

View file

@ -44,7 +44,8 @@ class _FavoriteWidgetState extends State<FavoriteWidget> {
final bool isLiked = snapshot.data ?? false;
return _isLoading
? const EnteLoadingWidget(
size: 12,
size: 14,
padding: 2,
) // Add this line
: LikeButton(
size: 24,