Skip to content

Commit

Permalink
feat(checkbox): update make variants function
Browse files Browse the repository at this point in the history
  • Loading branch information
andresz1 committed Apr 19, 2023
1 parent 64e700d commit eb38d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/checkbox/src/CheckboxInput.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const inputStyles = cva(
],
{
variants: {
intent: makeVariants<'intent', ['primary', 'success', 'alert', 'error']>({
intent: makeVariants<'intent'>({
primary: [
'spark-state-unchecked:border-outline',
'spark-state-checked:border-primary spark-state-checked:bg-primary',
Expand Down

0 comments on commit eb38d0f

Please sign in to comment.