From 1d3472e93c08190838d3b9446d35af92c5eecb97 Mon Sep 17 00:00:00 2001 From: Eugen Fischer Date: Tue, 19 Mar 2024 13:45:52 +0100 Subject: [PATCH] Try to fix menu colors --- src/gui/nmcgui/NMCMenuItem.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/nmcgui/NMCMenuItem.qml b/src/gui/nmcgui/NMCMenuItem.qml index 1fbd1ae1aa9e1..f0a23f140b680 100644 --- a/src/gui/nmcgui/NMCMenuItem.qml +++ b/src/gui/nmcgui/NMCMenuItem.qml @@ -20,7 +20,7 @@ import Style 1.0 MenuItem { icon.color: hovered ? Style.ncBlue : Style.ncTextColor - palette.windowText: hovered ? Style.ncBlue : Style.ncTextColor + palette.windowText: hovered ? Style.nmcTrayWindowHeaderTextColor : Style.nmcTrayWindowHeaderTextColor hoverEnabled: true font.pixelSize: Style.topLinePixelSize -} \ No newline at end of file +}