diff --git a/packages/orbit-components/src/InputFile/index.tsx b/packages/orbit-components/src/InputFile/index.tsx index ee10eadb09..104b0fa262 100644 --- a/packages/orbit-components/src/InputFile/index.tsx +++ b/packages/orbit-components/src/InputFile/index.tsx @@ -157,7 +157,6 @@ const InputFile = React.forwardRef((props, ref) => { help={help} error={error} helpClosable={helpClosable} - inputSize="normal" referenceElement={labelRef} shown={shown} onShown={setTooltipShown}