From 9d7f0c48cebec02aaf2ca780b89a763ce91f8624 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:21:44 +1100 Subject: internal: format --- components/SectionContainer.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'components/SectionContainer.qml') diff --git a/components/SectionContainer.qml b/components/SectionContainer.qml index f133e19..2b653a5 100644 --- a/components/SectionContainer.qml +++ b/components/SectionContainer.qml @@ -16,9 +16,7 @@ StyledRect { implicitHeight: contentColumn.implicitHeight + Appearance.padding.large * 2 radius: Appearance.rounding.normal - color: Colours.transparency.enabled - ? Colours.layer(Colours.palette.m3surfaceContainer, 2) - : Colours.palette.m3surfaceContainerHigh + color: Colours.transparency.enabled ? Colours.layer(Colours.palette.m3surfaceContainer, 2) : Colours.palette.m3surfaceContainerHigh ColumnLayout { id: contentColumn @@ -32,4 +30,3 @@ StyledRect { spacing: root.contentSpacing } } - -- cgit v1.2.3-freya