From 401ccef90c541b812c71c0cb2d8ecba5253805c6 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Wed, 11 Mar 2026 19:49:19 +0100 Subject: [PATCH] slight changes --- Modules/AudioWidget.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/AudioWidget.qml b/Modules/AudioWidget.qml index 64c4f46..2a99d5f 100644 --- a/Modules/AudioWidget.qml +++ b/Modules/AudioWidget.qml @@ -45,7 +45,7 @@ CustomRect { CustomRect { Layout.fillWidth: true - color: "#50ffffff" + color: DynamicColors.layer(DynamicColors.palette.m3surfaceContainerHigh, 2) implicitHeight: 4 radius: 20 @@ -74,7 +74,7 @@ CustomRect { CustomRect { Layout.fillWidth: true - color: "#50ffffff" + color: DynamicColors.layer(DynamicColors.palette.m3surfaceContainerHigh, 2) implicitHeight: 4 radius: 20