summaryrefslogtreecommitdiff
path: root/Header.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Header.ui.qml')
-rw-r--r--Header.ui.qml15
1 files changed, 6 insertions, 9 deletions
diff --git a/Header.ui.qml b/Header.ui.qml
index c320a65..5ed8093 100644
--- a/Header.ui.qml
+++ b/Header.ui.qml
@@ -77,9 +77,8 @@ ToolBar {
implicitWidth: menu.width
implicitHeight: 1
color: Eduport.mode
- == Eduport.Mode.Light
- ? Eduport.bsGray500
- : Eduport.bsGray300
+ ? Eduport.bsGray300
+ : Eduport.bsGray500
}
}
}
@@ -153,9 +152,8 @@ ToolBar {
? Eduport
.bsDropdownLinkHoverBg
: Eduport.mode
- == Eduport.Mode.Light
- ? Eduport.bsBodyBg
- : Eduport.bsDark
+ ? Eduport.bsDark
+ : Eduport.bsBodyBg
radius: 5.2
}
}
@@ -168,9 +166,8 @@ ToolBar {
anchors.fill: parent
radius: 5.2
color: Eduport.mode
- == Eduport.Mode.Light
- ? Eduport.bsBodyBg
- : Eduport.bsDark
+ ? Eduport.bsDark
+ : Eduport.bsBodyBg
}
DrpShdw.Box {