diff --git a/src/components/input/Button/index.tsx b/src/components/input/Button/index.tsx index b480ef8d..d34c4b0a 100644 --- a/src/components/input/Button/index.tsx +++ b/src/components/input/Button/index.tsx @@ -83,12 +83,7 @@ const Button: FC = memo( title ? {title} : children || null, iconRight && , !!label && ( - + {label} ),