summaryrefslogtreecommitdiff
path: root/modules/controlcenter/bluetooth/DeviceList.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-08 19:32:38 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-08 19:32:38 +1000
commit5b8edfc1e29433b40bb1120043bc1b79010a6cc1 (patch)
tree99476b16b36a299b82e8497be9338d6cc760ef8c /modules/controlcenter/bluetooth/DeviceList.qml
parentcontrolcenter: hide float button when floating (diff)
downloadcaelestia-shell-5b8edfc1e29433b40bb1120043bc1b79010a6cc1.tar.gz
caelestia-shell-5b8edfc1e29433b40bb1120043bc1b79010a6cc1.tar.bz2
caelestia-shell-5b8edfc1e29433b40bb1120043bc1b79010a6cc1.zip
internal: transparency support coming soon™
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
Diffstat (limited to 'modules/controlcenter/bluetooth/DeviceList.qml')
-rw-r--r--modules/controlcenter/bluetooth/DeviceList.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/controlcenter/bluetooth/DeviceList.qml b/modules/controlcenter/bluetooth/DeviceList.qml
index cc0a966..1e2cb50 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.palette.m3surfaceContainer, root.session.bt.active === modelData ? 1 : 0)
+ color: Qt.alpha(Colours.tPalette.m3surfaceContainer, root.session.bt.active === modelData ? 1 : 0)
radius: Appearance.rounding.normal
StateLayer {
@@ -191,7 +191,7 @@ ColumnLayout {
implicitHeight: icon.implicitHeight + Appearance.padding.normal * 2
radius: Appearance.rounding.normal
- color: device.connected ? Colours.palette.m3primaryContainer : device.modelData.bonded ? Colours.palette.m3secondaryContainer : Colours.palette.m3surfaceContainerHigh
+ color: device.connected ? Colours.palette.m3primaryContainer : device.modelData.bonded ? Colours.palette.m3secondaryContainer : Colours.tPalette.m3surfaceContainerHigh
StyledRect {
anchors.fill: parent