Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
zambo authored Jan 30, 2025
1 parent 40d0bab commit c6ee54e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const button = cva({
primary: "bg-blue-500 text-white border-transparent hover:bg-blue-600",
secondary: "bg-white text-gray-800 border-gray-400 hover:bg-gray-100",
},
}
},
defaultVariants: {
intent: "primary",
},
Expand Down

0 comments on commit c6ee54e

Please sign in to comment.