diff --git a/reusables/CustomIcon.qml b/reusables/CustomIcon.qml index 0c9a714..a312afb 100644 --- a/reusables/CustomIcon.qml +++ b/reusables/CustomIcon.qml @@ -4,13 +4,7 @@ import qs Text { verticalAlignment: Text.AlignVCenter - property bool fill: true - font.family: fill ? "Material Symbols Rounded Filled" : "Material Symbols Rounded" + font.family: "Material Symbols Rounded" color: Colors.onSurfaceColor font.pixelSize: Settings.config.fontSize + 2 - font.variableAxes: ({ - GRAD: 100, - opsz: fill ? 48 : 20, - wght: 700 - }) }