feat(WEB-304): remaning UI from design system primitives
This commit is contained in:
@@ -18,10 +18,10 @@ export default function Button({
|
||||
}: ButtonProps) {
|
||||
const Comp = asChild ? Slot : "button"
|
||||
const classNames = buttonVariants({
|
||||
theme,
|
||||
className,
|
||||
intent,
|
||||
size,
|
||||
theme,
|
||||
variant,
|
||||
})
|
||||
return <Comp className={classNames} disabled={disabled} {...props} />
|
||||
|
||||
Reference in New Issue
Block a user