From a2f5e1d56487eda1e2cf3d200148dfc9dc3bf5eb Mon Sep 17 00:00:00 2001 From: todayama_r <13657682+Corvus400@users.noreply.github.com> Date: Mon, 11 Sep 2023 22:58:25 +0900 Subject: [PATCH] :recycle: Figma font style is now set in the filter label. --- app-ios/Modules/Sources/Timetable/FilterLabel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-ios/Modules/Sources/Timetable/FilterLabel.swift b/app-ios/Modules/Sources/Timetable/FilterLabel.swift index 85e3afa72..4b4325d77 100644 --- a/app-ios/Modules/Sources/Timetable/FilterLabel.swift +++ b/app-ios/Modules/Sources/Timetable/FilterLabel.swift @@ -22,7 +22,7 @@ struct FilterLabel: View { Assets.Icons.check.swiftUIImage } Text(title) - .font(Font.custom(FontAssets.Montserrat.medium, size: 14)) + .textStyle(TypographyTokens.labelLarge) if isSelection { Assets.Icons.arrowDropDown.swiftUIImage }