updated for typography
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
45aa38b333
commit
239d6f66e3
@ -56,13 +56,13 @@ class TextPositionPicker: PickerBase<TextPosition> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class TextSizePicker: PickerBase<FontSize> {
|
class TextSizePicker: PickerBase<TypographicalStyle.FontSize> {
|
||||||
init(){
|
init(){
|
||||||
super.init(items: [.small, .large])
|
super.init(items: [.small, .large])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class FontWeightPicker: PickerBase<FontWeight> {
|
class FontWeightPicker: PickerBase<TypographicalStyle.FontWeight> {
|
||||||
init(){
|
init(){
|
||||||
super.init(items: [.regular, .bold])
|
super.init(items: [.regular, .bold])
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user