[mob][photos] Increase loading iconSize + reduce padding
This commit is contained in:
parent
6f1714e9a2
commit
1cdca5c9ff
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue