diff --git a/src/common/component/styled/Button.tsx b/src/common/component/styled/Button.tsx index 891296f8..9e887e54 100644 --- a/src/common/component/styled/Button.tsx +++ b/src/common/component/styled/Button.tsx @@ -10,7 +10,7 @@ const StyledButton = ({ children, className = '', ...rest }: Props) => { const isSmall = className.includes('small'); const isMini = className.includes('mini'); const isFull = className.includes('flex'); - return