mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Merge pull request #5712 from nextcloud/bugfix/tray-folders-button-colour
Fix tray window header folders button colour
This commit is contained in:
commit
cc95cea402
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue