* Revert "feat: temporary remove dark mode :( (#2168)" This reverts commit 222b4ad897c275dab0eaec3c8a8472bf3df7afc4. * fix: revert darkmode and fix darkmode for import model * fix: prettier format import model --------- Co-authored-by: Louis <louis@jan.ai>
8 lines
179 B
SCSS
8 lines
179 B
SCSS
.checkbox {
|
|
@apply border-border data-[state=checked]:bg-primary h-5 w-5 flex-shrink-0 rounded-md border data-[state=checked]:text-white;
|
|
|
|
&--icon {
|
|
@apply h-4 w-4;
|
|
}
|
|
}
|