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() } }