We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d82a6 commit 6f0bea4Copy full SHA for 6f0bea4
1 file changed
Projects/DSKit/Sources/Components/PokitLinkPreview.swift
@@ -51,13 +51,13 @@ public struct PokitLinkPreview: View {
51
.animation(.pokitDissolve, value: phase.image)
52
}
53
.frame(width: 124, height: 108)
54
+ .clipped()
55
56
info(title: title)
57
58
Spacer()
59
60
.clipShape(RoundedRectangle(cornerRadius: 12, style: .continuous))
- .clipped()
61
.background {
62
RoundedRectangle(cornerRadius: 12, style: .continuous)
63
.fill(.pokit(.bg(.base)))
0 commit comments