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