From 31a89c68d75d6b60f2f2d2e456a302824780a769 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Fri, 4 Nov 2022 20:05:36 +0100 Subject: [PATCH] Fix share delegate button icon colors in dark mode Signed-off-by: Claudio Cambra --- src/gui/filedetails/ShareDelegate.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/filedetails/ShareDelegate.qml b/src/gui/filedetails/ShareDelegate.qml index 7b8626e7bb909..613f40228d658 100644 --- a/src/gui/filedetails/ShareDelegate.qml +++ b/src/gui/filedetails/ShareDelegate.qml @@ -256,7 +256,7 @@ GridLayout { bgColor: Style.lightHover bgNormalOpacity: 0 - imageSource: "qrc:///client/theme/add.svg" + imageSource: "image://svgimage-custom-color/add.svg/" + Style.ncTextColor visible: root.isPlaceholderLinkShare && root.canCreateLinkShares enabled: visible @@ -276,7 +276,7 @@ GridLayout { bgColor: Style.lightHover bgNormalOpacity: 0 - imageSource: "qrc:///client/theme/copy.svg" + imageSource: "image://svgimage-custom-color/copy.svg/" + Style.ncTextColor icon.width: 16 icon.height: 16 @@ -305,7 +305,7 @@ GridLayout { bgColor: Style.lightHover bgNormalOpacity: 0 - imageSource: "qrc:///client/theme/more.svg" + imageSource: "image://svgimage-custom-color/more.svg/" + Style.ncTextColor visible: !root.isPlaceholderLinkShare enabled: visible