forked from Shinonome/dots-hyprland
make sidebar classic toggle button icons have size consistent with toolbar
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ GroupButton {
|
|||||||
|
|
||||||
contentItem: MaterialSymbol {
|
contentItem: MaterialSymbol {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
iconSize: 20
|
iconSize: 22
|
||||||
fill: toggled ? 1 : 0
|
fill: toggled ? 1 : 0
|
||||||
color: toggled ? Appearance.m3colors.m3onPrimary : Appearance.colors.colOnLayer1
|
color: toggled ? Appearance.m3colors.m3onPrimary : Appearance.colors.colOnLayer1
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
|||||||
Reference in New Issue
Block a user