Fix failing tests.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 16:39:12 +00:00
parent 130d8b8d05
commit d41471034a
3 changed files with 4 additions and 0 deletions

View File

@@ -7,4 +7,5 @@ Label {
margin: 4 8;
background: blue 20%;
border: blue wide;
width: 100%;
}

View File

@@ -2,8 +2,10 @@ Screen {
background: white;
color: black;
}
Label {
margin: 4 8;
background: green 20%;
outline: wide green;
width: 100%;
}

View File

@@ -6,4 +6,5 @@ Screen {
Label {
padding: 4 8;
background: blue 20%;
width: 100%;
}