make sidebar classic toggle button icons have size consistent with toolbar

This commit is contained in:
end-4
2025-10-22 01:28:11 +02:00
parent 0718546167
commit bce8b6f9a8
@@ -14,7 +14,7 @@ GroupButton {
contentItem: MaterialSymbol {
anchors.centerIn: parent
iconSize: 20
iconSize: 22
fill: toggled ? 1 : 0
color: toggled ? Appearance.m3colors.m3onPrimary : Appearance.colors.colOnLayer1
horizontalAlignment: Text.AlignHCenter