Skip to content

Commit

Permalink
Try to fix menu colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugen Fischer authored and tsdicloud committed Mar 26, 2024
1 parent ea8f086 commit 1d3472e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/nmcgui/NMCMenuItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 1d3472e

Please sign in to comment.