Fix checkboxes

This commit is contained in:
DaneEveritt 2022-07-02 18:27:29 -04:00
parent e49e6ee802
commit 870a964050
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 10 additions and 3 deletions

View file

@ -1,4 +1,4 @@
.checkbox {
.checkbox_input {
@apply w-4 h-4 rounded-sm border-neutral-500 bg-neutral-600 text-primary-500;
&:focus, &:active {