Skip to content

Commit 7fa7518

Browse files
update custom corner radius in badge's preview
1 parent 87beac0 commit 7fa7518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/DemosApp/DemosApp/ComponentsPreview/PreviewPages/BadgePreview.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct BadgePreview: View {
2222
}
2323
ComponentOptionalColorPicker(selection: self.$model.color)
2424
ComponentRadiusPicker(selection: self.$model.cornerRadius) {
25-
Text("Custom: 20px").tag(ComponentRadius.custom(20))
25+
Text("Custom: 4px").tag(ComponentRadius.custom(4))
2626
}
2727
Picker("Style", selection: self.$model.style) {
2828
Text("Filled").tag(BadgeVM.Style.filled)

0 commit comments

Comments
 (0)