dashboard: make weather icon less thick

This commit is contained in:
2 * r + 2 * t 2025-05-24 20:38:57 +08:00
parent 4661f546a5
commit 3d59564978

View file

@ -43,6 +43,9 @@ Item {
text: root.icon || "cloud_alert" text: root.icon || "cloud_alert"
color: Colours.palette.m3secondary color: Colours.palette.m3secondary
font.pointSize: Appearance.font.size.extraLarge * 2 font.pointSize: Appearance.font.size.extraLarge * 2
font.variableAxes: ({
opsz: Appearance.font.size.extraLarge * 1.2
})
} }
Column { Column {