We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09d341 commit 5ecb1a8Copy full SHA for 5ecb1a8
src/theme/components/input.ts
@@ -38,6 +38,7 @@ const baseStyle = (props: any) => {
38
_input: {
39
bg: 'transparent',
40
flex: 1,
41
+ w: '100%',
42
},
43
_light: {
44
placeholderTextColor: 'text.400',
0 commit comments