We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd5be73 + d27a239 commit df39574Copy full SHA for df39574
packages/bento-design-system/src/TextField/BaseTextInput.tsx
@@ -74,7 +74,7 @@ export function BaseTextInput(props: Props) {
74
type={type}
75
// NOTE(gabro): this is to please TS, since the inputProps type is very broad
76
color={undefined}
77
- width={undefined}
+ width="full"
78
height={undefined}
79
className={[
80
inputRecipe({
0 commit comments