We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390ab90 commit 19b6836Copy full SHA for 19b6836
ios/MullvadVPN/Extensions/UIImage+Assets.swift
@@ -55,11 +55,11 @@ extension UIImage {
55
// the close button, which comes we consume in two sizes, both of which come from the same asset
56
57
static var closeSmall: UIImage {
58
- UIImage(named: "IconClose")!.resizeImage(targetSize: CGSize(width: 16, height: 16))
+ UIImage(named: "IconClose")!.resizeImage(targetSize: CGSize(width: 19, height: 19))
59
}
60
61
static var closeLarge: UIImage {
62
- UIImage(named: "IconClose")!.resizeImage(targetSize: CGSize(width: 24, height: 24))
+ UIImage(named: "IconClose")!.resizeImage(targetSize: CGSize(width: 29, height: 29))
63
64
65
0 commit comments