We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e915f0 commit e2078cdCopy full SHA for e2078cd
2 files changed
src/components/Inputs/TextInput.styles.ts
@@ -34,6 +34,7 @@ export const getTextInputVariables = (theme: Theme): TextInputVariables => {
34
borderColor: theme.colors.border.default,
35
borderWidth: 1,
36
color: theme.colors.text.default,
37
+ width: '100%',
38
},
39
disabled: {
40
backgroundColor: theme.colors.background.disabled,
0 commit comments