changed default from large to small

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-01 11:54:39 -05:00
parent 2edd58c6d8
commit 8dc988aae9

View File

@ -13,7 +13,7 @@ public protocol VDSLabelModel: Labelable, Surfaceable {
open class DefaultLabelModel: VDSLabelModel {
public var fontCategory: VDSFontCategory = .body
public var fontSize: VDSFontSize = .large
public var fontSize: VDSFontSize = .small
public var fontWeight: VDSFontWeight = .regular
public var textPosition: VDSTextPosition = .left
public var surface: Surface = .light