Skip to content

Commit 0ac211f

Browse files
committed
fix(ui): restore cn merge for button classes
1 parent 57dcaa5 commit 0ac211f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/app/components/ui/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const Button: React.FC<ButtonProps> = ({
8787

8888
return (
8989
<Comp
90-
className={buttonVariants({ variant, size, className })}
90+
className={cn(buttonVariants({ variant, size, className }))}
9191
disabled={isDisabled}
9292
{...props}
9393
>

0 commit comments

Comments
 (0)