Skip to content

Commit

Permalink
[mob][photos] Increase loading iconSize + reduce padding (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Apr 20, 2024
2 parents 6f1714e + 1cdca5c commit 92e253f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mobile/lib/ui/viewer/file_details/favorite_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 92e253f

Please sign in to comment.