Skip to content

Commit

Permalink
Fix font in link for all apps
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Oct 15, 2022
1 parent ef96209 commit 8af0404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OversizeSettingsKit/Views/About/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import SwiftUI
SectionView {
VStack {
HStack {
Text(L10n.About.otherApplications)
Text(L10n.About.otherApplications.uppercased())
.caption(true)
.foregroundColor(.onSurfaceHighEmphasis)
.padding(.top, 12)
Expand Down

0 comments on commit 8af0404

Please sign in to comment.