From cbddeb6eb0c922dd3e6e91fbadb83c761e266fae Mon Sep 17 00:00:00 2001 From: Francesco <100066266+cranci1@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:51:25 +0200 Subject: [PATCH] fr --- Sora/Utils/SkeletonCells/SkeletonCell.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sora/Utils/SkeletonCells/SkeletonCell.swift b/Sora/Utils/SkeletonCells/SkeletonCell.swift index 6a41d04..b453b9f 100644 --- a/Sora/Utils/SkeletonCells/SkeletonCell.swift +++ b/Sora/Utils/SkeletonCells/SkeletonCell.swift @@ -38,7 +38,8 @@ struct SearchSkeletonCell: View { RoundedRectangle(cornerRadius: 5) .fill(Color.gray.opacity(0.3)) - .frame(width: cellWidth - 10, height: cellWidth * 0.75) + .frame(width: cellWidth - 10, height: 14) + .padding(.bottom) .shimmering() } }