Increase font size in Organizer

This commit is contained in:
Davide De Rosa 2022-04-22 19:53:31 +02:00
parent 4037b983cb
commit 1083941eeb
1 changed files with 2 additions and 2 deletions

View File

@ -40,12 +40,12 @@ struct ProfileHeaderRow: View {
hostView
}
}.themeLongText()
.font(.body)
.font(.headline)
if isActive {
VPNStatusText()
.foregroundColor(themeSecondaryColor)
.font(.caption)
.font(.subheadline)
}
}.frame(height: 60)
}