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 {
3535 }
3636 Form {
3737 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)
4639 Picker ( " Line Width " , selection: self . $model. lineWidth) {
4740 Text ( " Default " ) . tag ( Optional< CGFloat> . none)
4841 Text ( " 2 " ) . tag ( Optional< CGFloat> . some( 2 ) )
You can’t perform that action at this time.
0 commit comments