Skip to content

Commit

Permalink
♻️ Figma font style is now set in the filter label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvus400 committed Sep 11, 2023
1 parent 89174c8 commit a2f5e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-ios/Modules/Sources/Timetable/FilterLabel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a2f5e1d

Please sign in to comment.