summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSteffen Ernst <steffen.ernst@mullvad.net>2025-01-17 08:28:44 +0100
committerEmīls <emils@mullvad.net>2025-01-17 15:14:19 +0100
commit81ca9bdbf2264608a8d5f9c54bd54b44159de6ad (patch)
tree6fc87f1d05f40d0a1e7ff425cc4d59635db2b830
parent15703ba86fbe60f2383afa0c0d2bb9776fb71a75 (diff)
downloadmullvadvpn-81ca9bdbf2264608a8d5f9c54bd54b44159de6ad.tar.xz
mullvadvpn-81ca9bdbf2264608a8d5f9c54bd54b44159de6ad.zip
Use padded chevron image to follow figma design
-rw-r--r--ios/MullvadVPN/View controllers/Tunnel/ConnectionView/HeaderView.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/MullvadVPN/View controllers/Tunnel/ConnectionView/HeaderView.swift b/ios/MullvadVPN/View controllers/Tunnel/ConnectionView/HeaderView.swift
index 388754f596..94cdf7aa62 100644
--- a/ios/MullvadVPN/View controllers/Tunnel/ConnectionView/HeaderView.swift
+++ b/ios/MullvadVPN/View controllers/Tunnel/ConnectionView/HeaderView.swift
@@ -41,9 +41,9 @@ extension ConnectionView {
Group {
Spacer()
- Image(.iconChevron)
+ Image(.iconChevronUp)
.renderingMode(.template)
- .rotationEffect(isExpanded ? .degrees(-90) : .degrees(90))
+ .rotationEffect(isExpanded ? .degrees(180) : .degrees(0))
.foregroundStyle(.white)
.accessibilityIdentifier(AccessibilityIdentifier.relayStatusCollapseButton.asString)
}