Skip to content

Commit

Permalink
fix(checkbox): import only the needed icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Apr 12, 2023
1 parent a5a8774 commit d479cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/checkbox/src/Checkbox.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as CheckboxPrimitive from '@radix-ui/react-checkbox'
import { Check } from '@spark-ui/icons'
import { Check } from '@spark-ui/icons/src/icons/Check'
import React, { ReactNode } from 'react'

import { styles, type StylesProps } from './Checkbox.variants'
Expand Down

0 comments on commit d479cc5

Please sign in to comment.