Skip to content

Commit 6f0bea4

Browse files
committed
[design] #158 링크 미리보기 기본 이미지 짤림 수정
1 parent 45d82a6 commit 6f0bea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/DSKit/Sources/Components/PokitLinkPreview.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ public struct PokitLinkPreview: View {
5151
.animation(.pokitDissolve, value: phase.image)
5252
}
5353
.frame(width: 124, height: 108)
54+
.clipped()
5455

5556
info(title: title)
5657

5758
Spacer()
5859
}
5960
.clipShape(RoundedRectangle(cornerRadius: 12, style: .continuous))
60-
.clipped()
6161
.background {
6262
RoundedRectangle(cornerRadius: 12, style: .continuous)
6363
.fill(.pokit(.bg(.base)))

0 commit comments

Comments
 (0)