Minor updates

This commit is contained in:
Luke D. Jones
2024-03-14 22:10:14 +13:00
parent 5fe8416c65
commit a2b8f0f93c
4 changed files with 17 additions and 2 deletions

View File

@@ -351,6 +351,11 @@ export component PageAura inherits Rectangle {
padding: 30px;
padding-top: 10px;
spacing: 10px;
Text {
text: "WIP: this is not complete and won't change keyboard state";
}
Rectangle {
border-radius: 20px;
background: Palette.control-background;
@@ -411,6 +416,11 @@ export component PageAura inherits Rectangle {
padding: 30px;
padding-top: 10px;
spacing: 10px;
Text {
text: "WIP: this is not complete and won't change keyboard state";
}
Rectangle {
border-radius: 20px;
background: Palette.control-background;