Remove confusing background color for unchecked <o-checkbox>

This commit is contained in:
Massedil 2024-11-13 18:05:35 +01:00 committed by setop
parent eb60da8ec9
commit 4545a8c8e3

View file

@ -210,7 +210,7 @@ body {
}
.checkbox-check {
@apply appearance-none bg-primary border-primary;
@apply appearance-none border-primary;
}
.checkbox-checked {