summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml')
-rw-r--r--qml/components/ConferenceSwitcher.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/components/ConferenceSwitcher.qml b/qml/components/ConferenceSwitcher.qml
index 3d02a4a..f2f7292 100644
--- a/qml/components/ConferenceSwitcher.qml
+++ b/qml/components/ConferenceSwitcher.qml
@@ -96,7 +96,7 @@ Rectangle {
background: Rectangle {
border.width: 2
property var backgroundColor: applicationClient.currentConferenceId === id ? Theme.colors.qtgreen : Theme.colors.white
- property var borderColor: applicationClient.currentConferenceId === id ? Qt.lighter(Theme.colors.qtgreen, 1.3) : Theme.colors.qtgreen
+ property var borderColor: Theme.colors.qtgreen
color: control.pressed ? Qt.darker(backgroundColor, 1.1) : backgroundColor
border.color: control.pressed ? Qt.darker(borderColor, 1.3) : borderColor
}