Skip to content

Commit 06b51b1

Browse files
committed
Remove unnecessary spaces
1 parent c3ff30f commit 06b51b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/MoneyRequestAmountInput.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type MoneyRequestAmountInputProps = {
5757
/** Style for the prefix */
5858
prefixStyle?: StyleProp<TextStyle>;
5959

60-
/** Style for the prefix container */
60+
/** Style for the prefix container */
6161
prefixContainerStyle?: StyleProp<ViewStyle>;
6262

6363
/** Style for the touchable input wrapper */

src/components/TextInput/BaseTextInput/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ type CustomBaseTextInputProps = {
111111
/** Style for the prefix */
112112
prefixStyle?: StyleProp<TextStyle>;
113113

114-
/** Style for the prefix container */
114+
/** Style for the prefix container */
115115
prefixContainerStyle?: StyleProp<ViewStyle>;
116116
};
117117

src/components/TextInputWithCurrencySymbol/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type TextInputWithCurrencySymbolProps = {
4848
/** Style for the prefix */
4949
prefixStyle?: StyleProp<TextStyle>;
5050

51-
/** Style for the prefix container */
51+
/** Style for the prefix container */
5252
prefixContainerStyle?: StyleProp<ViewStyle>;
5353

5454
/** Customizes the touchable wrapper of the TextInput component */

0 commit comments

Comments
 (0)