Fix viewport placeholder text colour
This commit is contained in:
parent
77b521bf93
commit
658acc8b29
|
@ -28,6 +28,7 @@ export component AppWindow inherits Window {
|
|||
|
||||
Rectangle {
|
||||
Text {
|
||||
color: DarkPalette.text[4];
|
||||
font-size: Metrics.font-lg;
|
||||
text: "INSERT VIEWPORT HERE";
|
||||
vertical-alignment: center;
|
||||
|
|
Loading…
Reference in New Issue