less intense check

This commit is contained in:
tjs 2022-12-30 15:00:22 -05:00
parent 740adad921
commit fcbca6fc2e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const Checkbox = ({
/>
<div
className={`${
checked && !disabled && !halfState ? 'bg-th-active' : 'bg-th-bkg-4'
checked && !disabled && !halfState ? 'bg-th-fgd-4' : 'bg-th-bkg-3'
} default-transition flex h-4 w-4 flex-shrink-0 cursor-pointer items-center justify-center rounded`}
>
{halfState ? (