mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Settings: fixed sidebar toggle hover color
This commit is contained in:
@@ -395,7 +395,7 @@ Item {
|
||||
|
||||
NIcon {
|
||||
icon: root.sidebarExpanded ? "layout-sidebar-right-expand" : "layout-sidebar-left-expand"
|
||||
color: Color.mOnSurface
|
||||
color: toggleMouseArea.containsMouse ? Color.mOnHover : Color.mOnSurface
|
||||
pointSize: Style.fontSizeXL
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user