Increase vertical padding in profile rows

This commit is contained in:
Davide De Rosa 2022-05-03 14:48:49 +02:00
parent 8230666ab2
commit ca49d8bfc6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ struct ProfileRow: View {
VPNStateView(isActive: isActive)
.font(.subheadline)
}.padding([.top, .bottom], 5)
}.padding([.top, .bottom], 10)
.opacity(isActive ? 1.0 : 0.5)
}