fix: checkbox color (#12742)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Udit Takkar 2023-12-13 07:49:12 +05:30 committed by GitHub
parent 6b09c6b3b4
commit 6b26dbc6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@ export const FilterCheckboxField = forwardRef<HTMLInputElement, Props>(({ label,
{...rest}
ref={ref}
type="checkbox"
className="text-emphasis focus:ring-emphasis border-default bg-default h-4 w-4 rounded hover:cursor-pointer"
className="text-emphasis dark:text-muted focus:ring-emphasis border-default bg-default h-4 w-4 rounded hover:cursor-pointer"
/>
</div>
</label>