diff options
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadVPN/View controllers/Tunnel/ConnectionView/HeaderView.swift | 4 |
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) } |
