mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Change folder state indicator background color to white
Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
parent
d4168c0d62
commit
9dbeeac83f
@ -90,7 +90,7 @@ HeaderButton {
|
||||
id: folderStateIndicatorBackground
|
||||
width: Style.folderStateIndicatorSize + Style.trayFolderStatusIndicatorSizeOffset
|
||||
height: width
|
||||
color: root.parentBackgroundColor
|
||||
color: "white"
|
||||
anchors.centerIn: parent
|
||||
radius: width * Style.trayFolderStatusIndicatorRadiusFactor
|
||||
z: -1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user