File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Examples/DemosApp/DemosApp/ComponentsPreview/PreviewPages Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,7 @@ struct CircularProgressPreview: View {
35
35
}
36
36
Form {
37
37
ComponentColorPicker ( selection: self . $model. color)
38
-
39
- Picker ( " Font " , selection: self . $model. font) {
40
- Text ( " Default " ) . tag ( Optional< UniversalFont> . none)
41
- Text ( " Small " ) . tag ( UniversalFont . smButton)
42
- Text ( " Medium " ) . tag ( UniversalFont . mdButton)
43
- Text ( " Large " ) . tag ( UniversalFont . lgButton)
44
- Text ( " Custom: system bold of size 16 " ) . tag ( UniversalFont . system ( size: 16 , weight: . bold) )
45
- }
38
+ CaptionFontPicker ( selection: self . $model. font)
46
39
Picker ( " Line Width " , selection: self . $model. lineWidth) {
47
40
Text ( " Default " ) . tag ( Optional< CGFloat> . none)
48
41
Text ( " 2 " ) . tag ( Optional< CGFloat> . some( 2 ) )
You can’t perform that action at this time.
0 commit comments