From 0ad630e4c5e2ee5b65f8acba445191cf50bdf2d0 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 4 Aug 2023 16:09:20 -0500 Subject: [PATCH] bug in titleLarge phone doesn't have letter spacing Signed-off-by: Matt Bruce --- VDS/Typography/Typogprahy+Styles.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Typography/Typogprahy+Styles.swift b/VDS/Typography/Typogprahy+Styles.swift index c3874bb2..e2d906fe 100644 --- a/VDS/Typography/Typogprahy+Styles.swift +++ b/VDS/Typography/Typogprahy+Styles.swift @@ -111,7 +111,7 @@ extension TextStyle { fontFace: .dsLight, pointSize: UIDevice.isIPad ? VDSTypography.fontSizeTitle32 : VDSTypography.fontSizeTitle24, lineHeight: UIDevice.isIPad ? VDSTypography.lineHeightTitle36 : VDSTypography.lineHeightTitle28, - letterSpacing: VDSTypography.letterSpacingSemiWide) + letterSpacing: UIDevice.isIPad ? VDSTypography.letterSpacingSemiWide : 0) public static let boldTitleMedium = TextStyle(rawValue: "boldTitleMedium", fontFace: .edsBold,