Commit 06b51b1 1 parent c3ff30f commit 06b51b1 Copy full SHA for 06b51b1
File tree 3 files changed +3
-3
lines changed
TextInputWithCurrencySymbol
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ type MoneyRequestAmountInputProps = {
57
57
/** Style for the prefix */
58
58
prefixStyle ?: StyleProp < TextStyle > ;
59
59
60
- /** Style for the prefix container */
60
+ /** Style for the prefix container */
61
61
prefixContainerStyle ?: StyleProp < ViewStyle > ;
62
62
63
63
/** Style for the touchable input wrapper */
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ type CustomBaseTextInputProps = {
111
111
/** Style for the prefix */
112
112
prefixStyle ?: StyleProp < TextStyle > ;
113
113
114
- /** Style for the prefix container */
114
+ /** Style for the prefix container */
115
115
prefixContainerStyle ?: StyleProp < ViewStyle > ;
116
116
} ;
117
117
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ type TextInputWithCurrencySymbolProps = {
48
48
/** Style for the prefix */
49
49
prefixStyle ?: StyleProp < TextStyle > ;
50
50
51
- /** Style for the prefix container */
51
+ /** Style for the prefix container */
52
52
prefixContainerStyle ?: StyleProp < ViewStyle > ;
53
53
54
54
/** Customizes the touchable wrapper of the TextInput component */
You can’t perform that action at this time.
0 commit comments