From 8dc988aae9fc5a9aa97772cfd0d92a21b8a644e9 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 1 Aug 2022 11:54:39 -0500 Subject: [PATCH] changed default from large to small Signed-off-by: Matt Bruce --- VDS/Components/Label/VDSLabelModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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