From d7e3be861f25b66b425587880171b4a7f7fd7eba Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:05:45 +1000 Subject: internal: fix transparent transitions --- modules/controlcenter/bluetooth/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/controlcenter/bluetooth/Settings.qml') diff --git a/modules/controlcenter/bluetooth/Settings.qml b/modules/controlcenter/bluetooth/Settings.qml index f298432..f2801a0 100644 --- a/modules/controlcenter/bluetooth/Settings.qml +++ b/modules/controlcenter/bluetooth/Settings.qml @@ -426,7 +426,7 @@ ColumnLayout { implicitHeight: editIcon.implicitHeight + Appearance.padding.smaller * 2 radius: root.session.bt.editingAdapterName ? Appearance.rounding.small : implicitHeight / 2 - color: root.session.bt.editingAdapterName ? Colours.palette.m3primary : "transparent" + color: Qt.alpha(Colours.palette.m3primary, root.session.bt.editingAdapterName ? 1 : 0) StateLayer { color: root.session.bt.editingAdapterName ? Colours.palette.m3onPrimary : Colours.palette.m3onSurface -- cgit v1.2.3-freya