remove: checkbox label css

This commit is contained in:
Timothy Z. 2024-11-29 14:19:57 +02:00
parent a09332e101
commit 55eba27535

View file

@ -33,21 +33,12 @@
.checkbox-container {
cursor: not-allowed;
}
.checkbox-label {
color: var(--primary-foreground-color);
opacity: 0.6;
}
}
.checkbox-error {
.checkbox-container {
border-color: var(--color-reddit);
}
.checkbox-label {
color: var(--color-reddit);
}
}
.checkbox-container {