Skip to content

Commit 390ab90

Browse files
committed
Adjust size of Info icon
1 parent 9f25d2e commit 390ab90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ios/MullvadVPN/Extensions/UIImage+Assets.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ extension UIImage {
2020
}
2121

2222
static var info: UIImage {
23-
UIImage(resource: .iconInfo).rescaled(by: 24 / 20)
23+
// the info icon was 18x18 cropped
24+
UIImage(resource: .iconInfo).resizeImage(targetSize: CGSize(width: 21.5, height: 21.5))
2425
}
2526

2627
static var settings: UIImage {

0 commit comments

Comments
 (0)