Skip to content

Commit

Permalink
♻️ Figma font style is now set in the time table item detail person l…
Browse files Browse the repository at this point in the history
…abel.
  • Loading branch information
Corvus400 committed Sep 11, 2023
1 parent 0412fbe commit 1d4be44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-ios/Modules/Sources/Component/PersonLabel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ public struct PersonLabel: View {

VStack(alignment: .leading) {
Text(name)
.textStyle(TypographyTokens.bodyLarge)
.foregroundStyle(AssetColors.Surface.onSurface.swiftUIColor)
.font(Font.custom(FontAssets.Montserrat.medium, size: 16))
.lineLimit(2)
if let notes = notes {
Text(notes)
.textStyle(TypographyTokens.bodySmall)
.foregroundStyle(AssetColors.Surface.onSurfaceVariant.swiftUIColor)
.font(Font.custom(FontAssets.Montserrat.medium, size: 12))
}
}
}
Expand Down

0 comments on commit 1d4be44

Please sign in to comment.