summaryrefslogtreecommitdiff
path: root/modules/bar/components/Clock.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-03-17 14:18:18 -0400
committerFreya Murphy <freya@freyacat.org>2026-03-17 14:18:18 -0400
commit76b2b96be41d276505b4346433a1bcd7adb9d004 (patch)
tree9c51af9081cfcea3276e92ceb32f89ffb0e44af1 /modules/bar/components/Clock.qml
parentfix workspace indicator offset (diff)
downloadcaelestia-shell-76b2b96be41d276505b4346433a1bcd7adb9d004.tar.gz
caelestia-shell-76b2b96be41d276505b4346433a1bcd7adb9d004.tar.bz2
caelestia-shell-76b2b96be41d276505b4346433a1bcd7adb9d004.zip
remove tertiary colorHEADmain
Diffstat (limited to 'modules/bar/components/Clock.qml')
-rw-r--r--modules/bar/components/Clock.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/components/Clock.qml b/modules/bar/components/Clock.qml
index 662e837..f44f9db 100644
--- a/modules/bar/components/Clock.qml
+++ b/modules/bar/components/Clock.qml
@@ -8,7 +8,7 @@ import QtQuick
StyledRect {
id: root
- readonly property color colour: Colours.palette.m3tertiary
+ readonly property color colour: Colours.palette.m3secondary
readonly property int padding: Appearance.padding.normal
implicitWidth: Config.bar.sizes.innerWidth