Skip to content

Commit df39574

Browse files
Merge pull request #818 from buildo/fix_textinput_width
Change BaseTextInput width to full
2 parents bd5be73 + d27a239 commit df39574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bento-design-system/src/TextField/BaseTextInput.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function BaseTextInput(props: Props) {
7474
type={type}
7575
// NOTE(gabro): this is to please TS, since the inputProps type is very broad
7676
color={undefined}
77-
width={undefined}
77+
width="full"
7878
height={undefined}
7979
className={[
8080
inputRecipe({

0 commit comments

Comments
 (0)