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 130a0fd commit f6bb2deCopy full SHA for f6bb2de
1 file changed
src/components/TextInput/TextInput.tsx
@@ -149,7 +149,7 @@ export type Props = React.ComponentPropsWithRef<typeof NativeTextInput> & {
149
* Overrides input style
150
* Example: `paddingLeft`, `backgroundColor`
151
*/
152
- contentStyle?: StyleProp<ViewStyle>;
+ contentStyle?: StyleProp<TextStyle>;
153
/**
154
* Pass style to override the default style of outlined wrapper.
155
* Overrides style when mode is set to `outlined`
0 commit comments