Reduce vertical padding in profile rows

This commit is contained in:
Davide De Rosa 2022-05-01 20:05:51 +02:00
parent 14dd920ef1
commit 3571c7db35
1 changed files with 1 additions and 1 deletions

View File

@ -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 {