Skip to content

Commit e2078cd

Browse files
committed
fix(input): add default width 100%
1 parent 9e915f0 commit e2078cd

2 files changed

Lines changed: 3496 additions & 3639 deletions

File tree

src/components/Inputs/TextInput.styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const getTextInputVariables = (theme: Theme): TextInputVariables => {
3434
borderColor: theme.colors.border.default,
3535
borderWidth: 1,
3636
color: theme.colors.text.default,
37+
width: '100%',
3738
},
3839
disabled: {
3940
backgroundColor: theme.colors.background.disabled,

0 commit comments

Comments
 (0)