summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/package/contents/ui/AccountSwitcher.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml
index 689ace77..0cd91adc 100644
--- a/components/package/contents/ui/AccountSwitcher.qml
+++ b/components/package/contents/ui/AccountSwitcher.qml
@@ -88,7 +88,7 @@ Controls.ToolButton {
88 } 88 }
89 } 89 }
90 90
91 Controls2.Button { 91 KubeComponents.PositiveButton {
92 id: newAccountButton 92 id: newAccountButton
93 93
94 anchors { 94 anchors {