mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-18 22:49:10 +00:00
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
Block a user