Skip to content

Commit

Permalink
♻️ Figma font style is now set in the timetable person label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvus400 committed Sep 11, 2023
1 parent e5afc92 commit 89174c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-ios/Modules/Sources/Timetable/PersonLabel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ struct PersonLabel: View {
)

Text(speaker.name)
.textStyle(TypographyTokens.bodyMedium)
.foregroundStyle(AssetColors.Surface.onSurface.swiftUIColor)
.font(Font.custom(FontAssets.Montserrat.medium, size: 14))
.lineLimit(2)
}
.frame(maxWidth: .infinity, alignment: .leading)
Expand Down

0 comments on commit 89174c8

Please sign in to comment.