diff options
| -rw-r--r-- | modules/dashboard/dash/Weather.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/dashboard/dash/Weather.qml b/modules/dashboard/dash/Weather.qml index 849929e..99947f7 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 { |