Fix viewport placeholder text colour

This commit is contained in:
Jarrod Doyle 2024-04-10 16:46:36 +01:00
parent 77b521bf93
commit 658acc8b29
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 1 additions and 0 deletions

View File

@ -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;