Use gray for profile subtitle
This commit is contained in:
parent
683a8e7d82
commit
6c87e0a15b
|
@ -40,6 +40,7 @@ struct ProfileRow: View {
|
||||||
|
|
||||||
VPNStateView(isActive: isActive)
|
VPNStateView(isActive: isActive)
|
||||||
.font(.subheadline)
|
.font(.subheadline)
|
||||||
|
.themeSecondaryTextStyle()
|
||||||
}.padding([.top, .bottom], 10)
|
}.padding([.top, .bottom], 10)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue