This commit is contained in:
cranci1 2025-07-12 17:24:32 +02:00
parent e443296ec4
commit 38b8c4480e

View file

@ -80,7 +80,7 @@ struct BookmarkCollectionGridCell: View {
.font(.caption)
.foregroundColor(.secondary)
}
.frame(width: width, height: height)
.frame(width: width)
.padding(.horizontal, 4)
}
}