remove fill for search result icons

This commit is contained in:
end-4
2025-05-05 15:32:01 +02:00
parent db0f077c3b
commit 1d39710d3f
@@ -78,7 +78,6 @@ Button {
visible: root.materialSymbol != ""
text: root.materialSymbol
iconSize: 30
fill: (root.hovered || root.focus) ? 1 : 0
color: Appearance.m3colors.m3onSurface
}