diff --git a/components/atoms/buttons/Button.tsx b/components/atoms/buttons/Button.tsx index 8b42d2d..0a44d0a 100644 --- a/components/atoms/buttons/Button.tsx +++ b/components/atoms/buttons/Button.tsx @@ -8,6 +8,7 @@ export default function Button({ size = "md", icon, iconPosition = "left", + className = "", disabled = false, children, ...props @@ -43,7 +44,7 @@ export default function Button({ return (