diff --git a/VDS/Components/Label/VDSLabelModel.swift b/VDS/Components/Label/VDSLabelModel.swift index 1958b84c..77520860 100644 --- a/VDS/Components/Label/VDSLabelModel.swift +++ b/VDS/Components/Label/VDSLabelModel.swift @@ -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