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"