Skip to content

Commit

Permalink
Update check icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Dec 26, 2024
1 parent 933b6c1 commit 6fbf138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Checkbox = React.forwardRef<
{...props}
>
<CheckboxPrimitive.Indicator>
<CheckIcon8 className="text-bg coarse:size-2.5" />
<CheckIcon8 className="text-bg" />
</CheckboxPrimitive.Indicator>
</CheckboxPrimitive.Root>
))
Expand Down

0 comments on commit 6fbf138

Please sign in to comment.