From 52a52b7aa282bd780ab2273eeaca63001a1c3747 Mon Sep 17 00:00:00 2001 From: lucy Date: Sun, 1 Feb 2026 18:10:01 +0100 Subject: [PATCH] fix icon size --- reusables/CustomIcon.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,