From c64b58e482ef5a94978d50d1123f117bfc261fd8 Mon Sep 17 00:00:00 2001 From: Victor Bayas Date: Tue, 29 Oct 2024 16:30:33 -0500 Subject: [PATCH] Remove fullWidth prop from DOM elements --- src/components/InputBox/index.tsx | 1 - src/components/TextArea/index.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/InputBox/index.tsx b/src/components/InputBox/index.tsx index 0e3b73a1..76a8b69b 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 e6196485..cf92b7d7 100644 --- a/src/components/TextArea/index.tsx +++ b/src/components/TextArea/index.tsx @@ -89,7 +89,6 @@ const TextArea: FC = ({