Merge pull request #5712 from nextcloud/bugfix/tray-folders-button-colour

Fix tray window header folders button colour
This commit is contained in:
Claudio Cambra 2023-05-22 16:14:16 +08:00 committed by GitHub
commit cc95cea402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ HeaderButton {
Image { Image {
id: openLocalFolderButtonIcon id: openLocalFolderButtonIcon
cache: false cache: false
source: "qrc:///client/theme/white/folder.svg" source: "image://svgimage-custom-color/folder.svg/" + Style.currentUserHeaderTextColor
verticalAlignment: Qt.AlignCenter verticalAlignment: Qt.AlignCenter
@ -123,7 +123,7 @@ HeaderButton {
cached: true cached: true
color: Style.currentUserHeaderTextColor color: Style.currentUserHeaderTextColor
source: Image { source: Image {
source: "qrc:///client/theme/white/caret-down.svg" source: "image://svgimage-custom-color/caret-down.svg/" + Style.currentUserHeaderTextColor
sourceSize.width: Style.accountDropDownCaretSize sourceSize.width: Style.accountDropDownCaretSize
sourceSize.height: Style.accountDropDownCaretSize sourceSize.height: Style.accountDropDownCaretSize