diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-12-08 19:51:42 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-12-08 19:54:35 +0100 |
commit | 68e9db0776225168bbb52d164b05b784466a28d8 (patch) | |
tree | 525687324ff88b17522bfec5691799d5677dd497 /gui/components/Header.qml | |
parent | 371ee5167ce5e6fccc5a2a159343658f01ba74f7 (diff) |
[ui] theming stub
Diffstat (limited to 'gui/components/Header.qml')
-rw-r--r-- | gui/components/Header.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/Header.qml b/gui/components/Header.qml index d42ea26..ee2d886 100644 --- a/gui/components/Header.qml +++ b/gui/components/Header.qml @@ -8,7 +8,7 @@ import "../themes/themes.js" as Theme ToolBar { visible: stackView.depth > 1 Material.foreground: Material.Black - Material.background: Theme.bgColor + Material.background: customTheme.bgColor Material.elevation: 0 contentHeight: settingsButton.implicitHeight |