diff --git a/modules/dashboard/dash/Weather.qml b/modules/dashboard/dash/Weather.qml index 849929ef..99947f7c 100644 --- a/modules/dashboard/dash/Weather.qml +++ b/modules/dashboard/dash/Weather.qml @@ -43,6 +43,9 @@ Item { text: root.icon || "cloud_alert" color: Colours.palette.m3secondary font.pointSize: Appearance.font.size.extraLarge * 2 + font.variableAxes: ({ + opsz: Appearance.font.size.extraLarge * 1.2 + }) } Column {