mirror of https://github.com/buster-so/buster.git
fixed button cn
This commit is contained in:
parent
1eb7201d5e
commit
bcd06409ce
|
@ -168,7 +168,7 @@ export const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
|||
|
||||
return (
|
||||
<Comp
|
||||
className={buttonVariants({ variant, size, iconButton, rounding, block, className })}
|
||||
className={cn(buttonVariants({ variant, size, iconButton, rounding, block, className }))}
|
||||
onClick={onClick}
|
||||
ref={ref}
|
||||
disabled={disabled}
|
||||
|
|
Loading…
Reference in New Issue