do not color file details 3 dots button
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 17 May 2023 15:37:21 +0000 (17:37 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 17 May 2023 16:16:11 +0000 (18:16 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/tray/ActivityItemContent.qml

index b13eb6e687c9d41595297d90e855e3a5b361ea82..5ff210449f830d3884dcf6ea8b0dd405cb06c08b 100644 (file)
@@ -238,7 +238,7 @@ Item {
                 Layout.preferredHeight: Style.headerButtonIconSize
                 Layout.alignment: Qt.AlignTop | Qt.AlignRight
 
-                icon.source: "image://svgimage-custom-color/more.svg" + "/" + Style.adjustedCurrentUserHeaderColor
+                icon.source: "image://svgimage-custom-color/more.svg"
 
                 NCToolTip {
                     text: qsTr("Open file details")