We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9067d1a commit 98852e4Copy full SHA for 98852e4
Sources/ComponentsKit/Components/Card/SUCard.swift
@@ -51,7 +51,7 @@ public struct SUCard<Content: View>: View {
51
.cornerRadius(self.model.cornerRadius.value)
52
.overlay(
53
RoundedRectangle(cornerRadius: self.model.cornerRadius.value)
54
- .stroke(
+ .strokeBorder(
55
self.model.borderColor.color,
56
lineWidth: self.model.borderWidth.value
57
)
0 commit comments