Make dark mode checkboxes transparent

This commit is contained in:
Sam Becker 2024-06-15 22:51:55 -05:00
parent cf48150a0d
commit 0f31433f72

View File

@ -67,6 +67,7 @@
input[type=checkbox] { input[type=checkbox] {
@apply @apply
rounded-md rounded-md
dark:bg-transparent
} }
.error { .error {
@apply @apply