Skip to content

Commit

Permalink
refactor: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ruru-m07 committed Jul 25, 2024
1 parent 2ad79ab commit 5f6e958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Checkbox = React.forwardRef<
? "disabled:cursor-default"
: "disabled:cursor-not-allowed"
} disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground`,
className
className,
)}
disabled={indeterminate}
{...props}
Expand Down

0 comments on commit 5f6e958

Please sign in to comment.