diff --git a/src/components/InputBox/index.tsx b/src/components/InputBox/index.tsx index 0e3b73a16..76a8b69b9 100644 --- a/src/components/InputBox/index.tsx +++ b/src/components/InputBox/index.tsx @@ -146,7 +146,6 @@ const Inputdiv = React.forwardRef< sizeMode === "small" ? inputBaseSizeSmall : {}, startIcon ? { paddingLeft: 35 } : {}, ]} - fullWidth type={inputdivWrapperType} className={`Base_Normal inputRebase ${state}State ${value && value !== "" ? "filled" : ""}`} value={value} diff --git a/src/components/TextArea/index.tsx b/src/components/TextArea/index.tsx index e6196485a..cf92b7d78 100644 --- a/src/components/TextArea/index.tsx +++ b/src/components/TextArea/index.tsx @@ -89,7 +89,6 @@ const TextArea: FC = ({