diff --git a/reusables/CustomIcon.qml b/reusables/CustomIcon.qml index d57ad0f..9509655 100644 --- a/reusables/CustomIcon.qml +++ b/reusables/CustomIcon.qml @@ -4,10 +4,14 @@ import qs.settings Text { color: Colors.onSurfaceColor + verticalAlignment: Text.AlignVCenter + horizontalAlignment: Text.AlignHCenter font.family: "Material Symbols Rounded" - font.pixelSize: 14 + font.pixelSize: 18 font.variableAxes: ({ - GRAD: 200, + FILL: 0, + GRAD: -25, + opsz: 36, wght: 400 }) }