From ebe2b2df9aed300ba2bac343dd1a6635e398ae02 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 16 Mar 2026 10:20:55 -0400 Subject: fix weather round-ness --- modules/dashboard/Weather.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/dashboard/Weather.qml') diff --git a/modules/dashboard/Weather.qml b/modules/dashboard/Weather.qml index 3981633..d66137b 100644 --- a/modules/dashboard/Weather.qml +++ b/modules/dashboard/Weather.qml @@ -69,7 +69,7 @@ Item { Layout.fillWidth: true implicitHeight: bigInfoRow.implicitHeight + Appearance.padding.small * 2 - radius: Appearance.rounding.large * 2 + radius: Appearance.rounding.large color: Colours.tPalette.m3surfaceContainer RowLayout { @@ -214,7 +214,7 @@ Item { Layout.fillWidth: true Layout.preferredHeight: 60 - radius: Appearance.rounding.small + radius: Appearance.rounding.normal color: Colours.tPalette.m3surfaceContainer Row { -- cgit v1.2.3-freya