diff --git a/src/components/ui/button/button.tsx b/src/components/ui/button/button.tsx index 03d648040..c6eebfe45 100644 --- a/src/components/ui/button/button.tsx +++ b/src/components/ui/button/button.tsx @@ -41,7 +41,7 @@ const Button = React.forwardRef((props, ref): JSX.El block = false, children, disabled = false, - element = 'svg', + element, icon, onClick, size = 'md',