From fcd3da1e89b2c93bef4e26614958ff36e6099012 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 11 Oct 2022 10:16:22 -0500 Subject: [PATCH] removed TitleLarge from light Signed-off-by: Matt Bruce --- VDS/Typography/Typography.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VDS/Typography/Typography.swift b/VDS/Typography/Typography.swift index 830c6d72..e8b8c2ba 100644 --- a/VDS/Typography/Typography.swift +++ b/VDS/Typography/Typography.swift @@ -232,11 +232,11 @@ extension TypographicalStyle { .FeatureSmall, .FeatureXSmall, .Title2XLarge, - .TitleXLarge, - .TitleLarge: + .TitleXLarge: return .dsLight - case .TitleMedium, + case .TitleLarge, + .TitleMedium, .TitleSmall, .BodyLarge, .BodyMedium: