Updated Clock color

This commit is contained in:
Hannes
2026-02-16 23:48:29 +01:00
parent 77187b94d3
commit ddd074dc85
+3 -3
View File
@@ -7,8 +7,8 @@ Rectangle { //workspace
width: timeDisplay.width + 16 width: timeDisplay.width + 16
height: timeDisplay.height + 16 height: timeDisplay.height + 16
radius: 4 radius: 4
color: Colors.tertiaryContainer color: Colors.primaryContainer
border.color: Colors.tertiaryContainer_fg border.color: Colors.primaryContainer_fg
border.width: 2 border.width: 2
Text { Text {
@@ -17,7 +17,7 @@ Rectangle { //workspace
property string currentTime: "" property string currentTime: ""
text: currentTime text: currentTime
color: Colors.tertiary color: Colors.primary
font.pixelSize: 18 font.pixelSize: 18
font.family: "Inter, sans-serif" font.family: "Inter, sans-serif"