Increase vertical padding in profile rows
This commit is contained in:
parent
8230666ab2
commit
ca49d8bfc6
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue