Skip to content

Commit

Permalink
♻️ Figma font style is now set in the list tile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvus400 committed Sep 11, 2023
1 parent 974fff1 commit 0df068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-ios/Modules/Sources/About/ListTile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct ListTile: View {
.renderingMode(.template)
.foregroundStyle(AssetColors.Surface.onSurfaceVariant.swiftUIColor)
Text(title)
.font(Font.custom(FontAssets.Montserrat.medium, size: 14))
.textStyle(TypographyTokens.labelLarge)
.foregroundStyle(AssetColors.Surface.onSurface.swiftUIColor)
}
.padding(.horizontal, 12)
Expand Down

0 comments on commit 0df068d

Please sign in to comment.