From c665c0ca98d72c172893e8bbd9c893aaa2b9f46e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 10:19:46 +1000 Subject: feat: border + colour changes --- widgets/VerticalSlider.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/VerticalSlider.qml') diff --git a/widgets/VerticalSlider.qml b/widgets/VerticalSlider.qml index 1dc9ac4..68fa359 100644 --- a/widgets/VerticalSlider.qml +++ b/widgets/VerticalSlider.qml @@ -12,7 +12,7 @@ Slider { orientation: Qt.Vertical background: StyledRect { - color: Appearance.alpha(Appearance.colours.m3surfaceContainerHigh, true) + color: Appearance.alpha(Appearance.colours.m3surfaceContainer, true) radius: Appearance.rounding.full StyledRect { @@ -57,7 +57,7 @@ Slider { animate: true text: root.icon - color: Appearance.colours.m3onPrimary + color: Appearance.colours.m3onInverseSurface anchors.centerIn: parent states: State { -- cgit v1.2.3-freya