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)
|
||||
.font(.subheadline)
|
||||
.themeSecondaryTextStyle()
|
||||
}.padding([.top, .bottom], 10)
|
||||
}.padding([.top, .bottom], 5)
|
||||
}
|
||||
|
||||
private var nameView: some View {
|
||||
|
|
Loading…
Reference in New Issue