Skip to content

Commit 9b568a8

Browse files
authored
Merge pull request #4868 from GeekyAnts/fix/styled-input
fix: set width of Input according to wrapper
2 parents b09d341 + 5ecb1a8 commit 9b568a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/components/input.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const baseStyle = (props: any) => {
3838
_input: {
3939
bg: 'transparent',
4040
flex: 1,
41+
w: '100%',
4142
},
4243
_light: {
4344
placeholderTextColor: 'text.400',

0 commit comments

Comments
 (0)