Skip to content

Commit

Permalink
♻️ Figma font style is now set in the timetable day header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvus400 committed Sep 11, 2023
1 parent e75d44b commit 52f0ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-ios/Modules/Sources/Timetable/TimetableDayHeader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ struct TimetableDayHeader: View {
} label: {
VStack(spacing: 0) {
Text(day.name)
.font(Font.custom(FontAssets.Montserrat.semiBold, size: 12))
.textStyle(TypographyTokens.labelSmall)
if !shouldCollapse {
Text("\(day.dayOfMonth)")
.font(Font.custom(FontAssets.Montserrat.semiBold, size: 24))
.textStyle(TypographyTokens.headlineSmall)
.frame(height: 32)
}
}
Expand Down

0 comments on commit 52f0ba5

Please sign in to comment.