mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Tweak the style of the box in the example for checkbox
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user