Reduce vertical padding in profile rows
This commit is contained in:
parent
14dd920ef1
commit
3571c7db35
|
@ -41,7 +41,7 @@ struct ProfileRow: View {
|
||||||
VPNStateView(isActive: isActive)
|
VPNStateView(isActive: isActive)
|
||||||
.font(.subheadline)
|
.font(.subheadline)
|
||||||
.themeSecondaryTextStyle()
|
.themeSecondaryTextStyle()
|
||||||
}.padding([.top, .bottom], 10)
|
}.padding([.top, .bottom], 5)
|
||||||
}
|
}
|
||||||
|
|
||||||
private var nameView: some View {
|
private var nameView: some View {
|
||||||
|
|
Loading…
Reference in New Issue