We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15703ba commit 81ca9bdCopy full SHA for 81ca9bd
ios/MullvadVPN/View controllers/Tunnel/ConnectionView/HeaderView.swift
@@ -41,9 +41,9 @@ extension ConnectionView {
41
42
Group {
43
Spacer()
44
- Image(.iconChevron)
+ Image(.iconChevronUp)
45
.renderingMode(.template)
46
- .rotationEffect(isExpanded ? .degrees(-90) : .degrees(90))
+ .rotationEffect(isExpanded ? .degrees(180) : .degrees(0))
47
.foregroundStyle(.white)
48
.accessibilityIdentifier(AccessibilityIdentifier.relayStatusCollapseButton.asString)
49
}
0 commit comments