Monitor Tab - Add grey monitor tab text

Contributes to CL-1047
This commit is contained in:
Ian Paschal 2018-09-07 16:45:30 +02:00
parent 90e8c41fa2
commit 97e8db577a
2 changed files with 4 additions and 2 deletions

View file

@ -223,7 +223,7 @@ Component
width: parent.width width: parent.width
elide: Text.ElideRight elide: Text.ElideRight
font: UM.Theme.getFont("default") font: UM.Theme.getFont("default")
opacity: 0.6 color: UM.Theme.getColor("monitor_secondary_text")
} }
} }

View file

@ -321,7 +321,9 @@
"favorites_header_hover": [245, 245, 245, 255], "favorites_header_hover": [245, 245, 245, 255],
"favorites_header_text": [31, 36, 39, 255], "favorites_header_text": [31, 36, 39, 255],
"favorites_header_text_hover": [31, 36, 39, 255], "favorites_header_text_hover": [31, 36, 39, 255],
"favorites_row_selected": [196, 239, 255, 255] "favorites_row_selected": [196, 239, 255, 255],
"monitor_secondary_text": [153, 153, 153, 255]
}, },
"sizes": { "sizes": {