summaryrefslogtreecommitdiff
path: root/modules/utilities/cards/IdleInhibit.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/utilities/cards/IdleInhibit.qml')
-rw-r--r--modules/utilities/cards/IdleInhibit.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/utilities/cards/IdleInhibit.qml b/modules/utilities/cards/IdleInhibit.qml
index 4e95a56..0344e3a 100644
--- a/modules/utilities/cards/IdleInhibit.qml
+++ b/modules/utilities/cards/IdleInhibit.qml
@@ -12,7 +12,7 @@ StyledRect {
implicitHeight: layout.implicitHeight + (IdleInhibitor.enabled ? activeChip.implicitHeight + activeChip.anchors.topMargin : 0) + Appearance.padding.large * 2
radius: Appearance.rounding.normal
- color: Colours.palette.m3surfaceContainer
+ color: Colours.tPalette.m3surfaceContainer
clip: true
RowLayout {