summaryrefslogtreecommitdiff
path: root/modules/utilities/cards/IdleInhibit.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-15 23:09:51 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-15 23:09:51 +1000
commitdebf99a5d947f6641e74770d7b72bad0988e706c (patch)
tree4b9076136c07e73c0f3e819330970e0d3385c34a /modules/utilities/cards/IdleInhibit.qml
parentutilities/toggles: add gamemode (diff)
downloadcaelestia-shell-debf99a5d947f6641e74770d7b72bad0988e706c.tar.gz
caelestia-shell-debf99a5d947f6641e74770d7b72bad0988e706c.tar.bz2
caelestia-shell-debf99a5d947f6641e74770d7b72bad0988e706c.zip
utilities: fix colours
Fix transparency + some button colours
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 {