Various minor improvements

This commit is contained in:
Vyn 2024-11-01 13:41:11 +01:00
parent a2aeeea421
commit 00857b287f
4 changed files with 25 additions and 12 deletions

View file

@ -20,7 +20,7 @@ export component VCheckBox {
border-radius: 32px;
}
if !checked : Rectangle {
border-color: Palette.accent;
border-color: Palette.foreground;
border-width: 2px;
height: 1rem;
width: self.height;