diff --git a/lib/component/button/Button.tsx b/lib/component/button/Button.tsx index 4645813..3db8919 100644 --- a/lib/component/button/Button.tsx +++ b/lib/component/button/Button.tsx @@ -4,8 +4,7 @@ import { forwardRef } from "react"; -const Button = forwardRef(( -{ +const Button = forwardRef(({ className, type="button", rounding = "lg", @@ -15,52 +14,53 @@ const Button = forwardRef(( disabled, ...buttonProps }, ref ) => { - return ( -