summaryrefslogtreecommitdiff
path: root/Header.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-28 19:51:52 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-28 19:51:52 +0800
commit862a9519d37b7857b2ed5575aa8a73053111839e (patch)
tree1a693a6535e1e915072d34ef065c6b0e8d2b5ed5 /Header.ui.qml
parent8efb63f2a2c09d9f885222d0ce9f689263a057b4 (diff)
Mode buttons dark background
Diffstat (limited to 'Header.ui.qml')
-rw-r--r--Header.ui.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Header.ui.qml b/Header.ui.qml
index c51e8e3..0096858 100644
--- a/Header.ui.qml
+++ b/Header.ui.qml
@@ -99,6 +99,10 @@ ToolBar {
id: rectangle
anchors.fill: parent
radius: 5.2
+ color: Eduport.mode
+ == Eduport.Mode.Light
+ ? Eduport.bsBodyBg
+ : Eduport.bsDark
}
DrpShdw.Box {