Change folder state indicator background color to white

Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
Rello 2025-09-05 09:20:24 +07:00 committed by Matthieu Gallien
parent d4168c0d62
commit 9dbeeac83f
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553

View File

@ -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