Skip to content

Commit

Permalink
refactor(Button): remove non-existent-class usage
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Feb 8, 2024
1 parent a86bdfb commit 6bfeffc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ const Button: VibeComponent<ButtonProps, unknown> & {
getStyle(styles, camelCase("kind-" + kind)),
getStyle(styles, camelCase("color-" + calculatedColor)),
{
[styles.loading]: loading,
[styles.success]: success,
[getStyle(styles, camelCase("color-" + calculatedColor + "-active"))]: active,
[activeButtonClassName]: active,
Expand Down

0 comments on commit 6bfeffc

Please sign in to comment.