From ddd074dc85bbd4ba1aa4162aaebf1b6cef840129 Mon Sep 17 00:00:00 2001 From: Hannes Date: Mon, 16 Feb 2026 23:48:29 +0100 Subject: [PATCH] Updated Clock color --- modules/bar/widgets/Clock.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/bar/widgets/Clock.qml b/modules/bar/widgets/Clock.qml index 88ac518..530ff9d 100644 --- a/modules/bar/widgets/Clock.qml +++ b/modules/bar/widgets/Clock.qml @@ -7,8 +7,8 @@ Rectangle { //workspace width: timeDisplay.width + 16 height: timeDisplay.height + 16 radius: 4 - color: Colors.tertiaryContainer - border.color: Colors.tertiaryContainer_fg + color: Colors.primaryContainer + border.color: Colors.primaryContainer_fg border.width: 2 Text { @@ -17,7 +17,7 @@ Rectangle { //workspace property string currentTime: "" text: currentTime - color: Colors.tertiary + color: Colors.primary font.pixelSize: 18 font.family: "Inter, sans-serif"