mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Fix outline for progress bar in fusion
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
c2c3484306
commit
de7697d6c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue