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