Remove confusing background color for unchecked <o-checkbox>
This commit is contained in:
parent
eb60da8ec9
commit
4545a8c8e3
|
@ -210,7 +210,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox-check {
|
.checkbox-check {
|
||||||
@apply appearance-none bg-primary border-primary;
|
@apply appearance-none border-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox-checked {
|
.checkbox-checked {
|
||||||
|
|
Loading…
Reference in a new issue