changed default from large to small
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
2edd58c6d8
commit
8dc988aae9
@ -13,7 +13,7 @@ public protocol VDSLabelModel: Labelable, Surfaceable {
|
|||||||
|
|
||||||
open class DefaultLabelModel: VDSLabelModel {
|
open class DefaultLabelModel: VDSLabelModel {
|
||||||
public var fontCategory: VDSFontCategory = .body
|
public var fontCategory: VDSFontCategory = .body
|
||||||
public var fontSize: VDSFontSize = .large
|
public var fontSize: VDSFontSize = .small
|
||||||
public var fontWeight: VDSFontWeight = .regular
|
public var fontWeight: VDSFontWeight = .regular
|
||||||
public var textPosition: VDSTextPosition = .left
|
public var textPosition: VDSTextPosition = .left
|
||||||
public var surface: Surface = .light
|
public var surface: Surface = .light
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user