Skip to content

Commit

Permalink
Change BaseTextInput width to full
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-ercoles committed Nov 30, 2023
1 parent bd5be73 commit d27a239
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 d27a239

Please sign in to comment.