Increase font size in Organizer
This commit is contained in:
parent
4037b983cb
commit
1083941eeb
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue