mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Fix colour of downward caret in tray folders button
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
623190c620
commit
bc64e990ce
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ HeaderButton {
|
|||
cached: true
|
||||
color: Style.currentUserHeaderTextColor
|
||||
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.height: Style.accountDropDownCaretSize
|
||||
|
||||
|
|
Loading…
Reference in a new issue