diff --git a/tdrive/frontend/src/app/atoms/button/button.tsx b/tdrive/frontend/src/app/atoms/button/button.tsx index a9042a4d..1b16d8f1 100644 --- a/tdrive/frontend/src/app/atoms/button/button.tsx +++ b/tdrive/frontend/src/app/atoms/button/button.tsx @@ -68,7 +68,7 @@ export const Button = (props: ButtonProps) => { props.className } disabled={disabled} - {..._.omit(props, 'loading', 'children', 'className', 'icon')} + {..._.omit(props, 'loading', 'children', 'className', 'icon', 'iconSize')} > {props.loading && ( <>