Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Mar 1, 2022
1 parent bcfdf1b commit f3df402
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/checkbox/src/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ export const Checkbox = React.forwardRef<HTMLButtonElement, CheckboxInterface>(
{props.checked === "indeterminate" ? (
<Indeterminate
{...{
fill: "currentColor",
"aria-hidden": true,
focusable: false,
role: "img",
Expand All @@ -257,6 +258,7 @@ export const Checkbox = React.forwardRef<HTMLButtonElement, CheckboxInterface>(
) : (
<Check
{...{
fill: "currentColor",
"aria-hidden": true,
focusable: false,
role: "img",
Expand Down

1 comment on commit f3df402

@vercel
Copy link

@vercel vercel bot commented on f3df402 Mar 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.