diff --git a/reusables/CustomIcon.qml b/reusables/CustomIcon.qml index 522a704..0c9a714 100644 --- a/reusables/CustomIcon.qml +++ b/reusables/CustomIcon.qml @@ -7,7 +7,7 @@ Text { property bool fill: true font.family: fill ? "Material Symbols Rounded Filled" : "Material Symbols Rounded" color: Colors.onSurfaceColor - font.pixelSize: 14 + font.pixelSize: Settings.config.fontSize + 2 font.variableAxes: ({ GRAD: 100, opsz: fill ? 48 : 20,