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/StatusBox.qml | |
parent | 371ee5167ce5e6fccc5a2a159343658f01ba74f7 (diff) |
[ui] theming stub
Diffstat (limited to 'gui/components/StatusBox.qml')
-rw-r--r-- | gui/components/StatusBox.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/components/StatusBox.qml b/gui/components/StatusBox.qml index 1d3d720..23fc271 100644 --- a/gui/components/StatusBox.qml +++ b/gui/components/StatusBox.qml @@ -19,13 +19,13 @@ Item { } Rectangle { - color: Theme.bgColor + color: customTheme.bgColor anchors.fill: parent } Rectangle { id: statusBoxBackground - color: Theme.fgColor + color: customTheme.fgColor height: 300 radius: 10 antialiasing: true @@ -110,7 +110,7 @@ Item { id: connectionImage height: 160 speed: 0.8 - source: "../resources/icon-noshield.svg" + source: customTheme.iconOff anchors.horizontalCenter: parent.horizontalCenter fillMode: Image.PreserveAspectFit OpacityAnimator on opacity{ |