From 43f0a0e20da81ff44e3a252d52d9cf5cb6276518 Mon Sep 17 00:00:00 2001 From: reionwong Date: Tue, 5 Oct 2021 19:14:04 +0800 Subject: [PATCH] Adjust UI --- qml/Footer.qml | 2 +- qml/HProgressBar.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/Footer.qml b/qml/Footer.qml index 9258ba3..2d73958 100644 --- a/qml/Footer.qml +++ b/qml/Footer.qml @@ -44,7 +44,7 @@ Item { Rectangle { id: _background anchors.fill: parent - color: FishUI.Theme.backgroundColor + color: FishUI.Theme.secondBackgroundColor opacity: 0.7 } diff --git a/qml/HProgressBar.qml b/qml/HProgressBar.qml index 100c1b2..99ff7ee 100644 --- a/qml/HProgressBar.qml +++ b/qml/HProgressBar.qml @@ -31,7 +31,7 @@ Slider { background: Rectangle { id: progressBarBackground - color: FishUI.Theme.alternateBackgroundColor + color: FishUI.Theme.darkMode ? "#3E3E40" : "#E6E6E6" Rectangle { id: loopIndicator