feat: improve nexus placeholder page
This commit is contained in:
parent
eed3c712da
commit
99a2d6ac18
1 changed files with 7 additions and 0 deletions
|
|
@ -105,6 +105,13 @@ Item {
|
||||||
color: Colours.palette.m3outlineVariant
|
color: Colours.palette.m3outlineVariant
|
||||||
font: Tokens.font.title.large
|
font: Tokens.font.title.large
|
||||||
}
|
}
|
||||||
|
|
||||||
|
StyledText {
|
||||||
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
text: qsTr("This page will be available in a future update.")
|
||||||
|
color: Colours.palette.m3outlineVariant
|
||||||
|
font: Tokens.font.body.large
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue