Compare commits

...
Author SHA1 Message Date
Matthew Russell 83115b5e5d fix: set size properly for checkbox icon 2023-02-17 08:47:53 -08:00
@@ -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>