Skip to content

Commit

Permalink
Merge branch 'master' into remove-font-support
Browse files Browse the repository at this point in the history
  • Loading branch information
bexsoft authored Oct 29, 2024
2 parents 9bf0175 + fb48962 commit 0429f1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/InputBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 0 additions & 1 deletion src/components/TextArea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const TextArea: FC<TextAreaProps> = ({
<textarea
css={[baseStyles, { minHeight: 92 }]}
id={id}
fullWidth
className={`Base_Normal inputRebase ${state}State`}
data-index={index}
rows={5}
Expand Down

0 comments on commit 0429f1a

Please sign in to comment.