This commit is contained in:
Francesco 2025-06-01 21:51:25 +02:00
parent 5ad17b7166
commit cbddeb6eb0

View file

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