Tweak the style of the box in the example for checkbox

This commit is contained in:
Dave Pearson
2023-02-23 14:40:58 +00:00
parent 4f75a395d8
commit 01215a1fe8

View File

@@ -5,7 +5,7 @@ Screen {
Vertical { Vertical {
width: auto; width: auto;
height: auto; height: auto;
border: solid $boost; border: solid $primary;
background: $panel; background: $panel;
padding: 2; padding: 2;
} }