diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-17 14:18:18 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-17 14:18:18 -0400 |
| commit | 76b2b96be41d276505b4346433a1bcd7adb9d004 (patch) | |
| tree | 9c51af9081cfcea3276e92ceb32f89ffb0e44af1 /modules/bar/components/Clock.qml | |
| parent | fix workspace indicator offset (diff) | |
| download | caelestia-shell-76b2b96be41d276505b4346433a1bcd7adb9d004.tar.gz caelestia-shell-76b2b96be41d276505b4346433a1bcd7adb9d004.tar.bz2 caelestia-shell-76b2b96be41d276505b4346433a1bcd7adb9d004.zip | |
Diffstat (limited to 'modules/bar/components/Clock.qml')
| -rw-r--r-- | modules/bar/components/Clock.qml | 2 |
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 |