fix: set size properly for checkbox icon (#2903)
This commit is contained in:
parent
d33f5428b6
commit
849415a78e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user