diff --git a/front/src/ui/atoms/button/Button.tsx b/front/src/ui/atoms/button/Button.tsx index f550f1e..7b0e07e 100644 --- a/front/src/ui/atoms/button/Button.tsx +++ b/front/src/ui/atoms/button/Button.tsx @@ -9,7 +9,11 @@ interface Props { } export const Button = ({ submit = false, children, className }: Props) => ( - + {children} )