Use gray for profile subtitle

This commit is contained in:
Davide De Rosa 2022-05-05 20:38:57 +02:00
parent 683a8e7d82
commit 6c87e0a15b
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ struct ProfileRow: View {
VPNStateView(isActive: isActive)
.font(.subheadline)
.themeSecondaryTextStyle()
}.padding([.top, .bottom], 10)
}