summaryrefslogtreecommitdiff
path: root/modules/controlcenter/bluetooth
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-08 21:12:46 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-08 21:12:46 +1000
commit729bc6f6f120033743c57164a3bb861485814190 (patch)
treee01d4413543908e9619fe7b24ccb793254665de9 /modules/controlcenter/bluetooth
parentinternal: disable transparency (diff)
downloadcaelestia-shell-729bc6f6f120033743c57164a3bb861485814190.tar.gz
caelestia-shell-729bc6f6f120033743c57164a3bb861485814190.tar.bz2
caelestia-shell-729bc6f6f120033743c57164a3bb861485814190.zip
internal: colour fixes
Diffstat (limited to 'modules/controlcenter/bluetooth')
-rw-r--r--modules/controlcenter/bluetooth/DeviceList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/controlcenter/bluetooth/DeviceList.qml b/modules/controlcenter/bluetooth/DeviceList.qml
index 1e2cb50..83b8200 100644
--- a/modules/controlcenter/bluetooth/DeviceList.qml
+++ b/modules/controlcenter/bluetooth/DeviceList.qml
@@ -167,7 +167,7 @@ ColumnLayout {
anchors.right: parent.right
implicitHeight: deviceInner.implicitHeight + Appearance.padding.normal * 2
- color: Qt.alpha(Colours.tPalette.m3surfaceContainer, root.session.bt.active === modelData ? 1 : 0)
+ color: Qt.alpha(Colours.tPalette.m3surfaceContainer, root.session.bt.active === modelData ? Colours.tPalette.m3surfaceContainer.a : 0)
radius: Appearance.rounding.normal
StateLayer {