Skip to content

Commit 6024fd3

Browse files
committed
Merge branch 'ios-fix-recents-margins'
2 parents e2136a6 + 61784b5 commit 6024fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/MullvadVPN/View controllers/SelectLocation/Views/RelayItemView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct RelayItemView: View {
5757
Spacer()
5858
}
5959
.padding(.vertical, subtitle != nil ? 8 : 16)
60-
.padding(.leading, CGFloat(16 * level + 8))
60+
.padding(.leading, CGFloat(16 * (level + 1)))
6161
.padding(.trailing, 16)
6262
.background {
6363
Color.colorForLevel(level)

0 commit comments

Comments
 (0)