* feat(FactoryReset): add factory reset feature Signed-off-by: nam <namnh0122@gmail.com> Signed-off-by: James <james@jan.ai> Co-authored-by: Faisal Amir <urmauur@gmail.com> Co-authored-by: James <james@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;
|
|
}
|
|
}
|