fix: set size properly for checkbox icon (#2903)

This commit is contained in:
Matthew Russell 2023-02-20 08:50:27 -08:00 committed by GitHub
parent d33f5428b6
commit 849415a78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,8 @@ export const Checkbox = ({
) : (
<Icon
name="tick"
className="relative w-[10px] h-[10px] text-white dark:text-black"
size={3}
className="relative text-white dark:text-black"
/>
)}
</CheckboxPrimitive.CheckboxIndicator>