From de7697d6c7e62a0bc5707279912f25ff3eb41f49 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Wed, 24 May 2023 00:19:26 +0800 Subject: [PATCH] Fix outline for progress bar in fusion Signed-off-by: Claudio Cambra --- src/gui/tray/SyncStatus.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/tray/SyncStatus.qml b/src/gui/tray/SyncStatus.qml index deb481161..24df88bcd 100644 --- a/src/gui/tray/SyncStatus.qml +++ b/src/gui/tray/SyncStatus.qml @@ -83,7 +83,7 @@ RowLayout { mid: Style.ncSecondaryTextColor dark: Style.menuBorder button: Style.menuBorder - window: Style.backgroundColor + window: Style.ncTextColor // NOTE: Fusion theme uses darker window colour for the border of the progress bar base: Style.backgroundColor toolTipBase: Style.backgroundColor toolTipText: Style.ncTextColor