Settings: fixed sidebar toggle hover color

This commit is contained in:
Lemmy
2025-12-28 10:10:50 -05:00
parent 299fd70aa9
commit e8a97f87d4
+1 -1
View File
@@ -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
}
}