Updated Clock color
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user