summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2025-01-17 15:14:56 +0100
committerEmīls <emils@mullvad.net>2025-01-17 15:14:56 +0100
commit597b3ce38803419b75a0d0d3ad042acfa9ac81e6 (patch)
tree6fc87f1d05f40d0a1e7ff425cc4d59635db2b830 /ios
parent15703ba86fbe60f2383afa0c0d2bb9776fb71a75 (diff)
parent81ca9bdbf2264608a8d5f9c54bd54b44159de6ad (diff)
downloadmullvadvpn-597b3ce38803419b75a0d0d3ad042acfa9ac81e6.tar.xz
mullvadvpn-597b3ce38803419b75a0d0d3ad042acfa9ac81e6.zip
Merge branch 'put-dashboard-chevron-inside-a-padded-frame-ios-1011'
Diffstat (limited to 'ios')
-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)
}