Skip to content

Commit 98852e4

Browse files
committed
swiftui card fix border bug
1 parent 9067d1a commit 98852e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComponentsKit/Components/Card/SUCard.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public struct SUCard<Content: View>: View {
5151
.cornerRadius(self.model.cornerRadius.value)
5252
.overlay(
5353
RoundedRectangle(cornerRadius: self.model.cornerRadius.value)
54-
.stroke(
54+
.strokeBorder(
5555
self.model.borderColor.color,
5656
lineWidth: self.model.borderWidth.value
5757
)

0 commit comments

Comments
 (0)