Skip to content

Commit

Permalink
Merge pull request #818 from buildo/fix_textinput_width
Browse files Browse the repository at this point in the history
Change BaseTextInput width to full
  • Loading branch information
federico-ercoles authored Nov 30, 2023
2 parents bd5be73 + d27a239 commit df39574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function BaseTextInput(props: Props) {
type={type}
// NOTE(gabro): this is to please TS, since the inputProps type is very broad
color={undefined}
width={undefined}
width="full"
height={undefined}
className={[
inputRecipe({
Expand Down

0 comments on commit df39574

Please sign in to comment.