Skip to content

Commit 7ef2ba5

Browse files
authored
removed centerV (#3140)
1 parent 0e2d3ff commit 7ef2ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/textField/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const TextField = (props: InternalTextFieldProps) => {
135135
return (
136136
<FieldContext.Provider value={context}>
137137
<View {...containerProps} style={[margins, positionStyle, containerStyle, centeredContainerStyle]}>
138-
<View row spread centerV={Constants.isAndroid} style={centeredContainerStyle}>
138+
<View row spread style={centeredContainerStyle}>
139139
<Label
140140
label={label}
141141
labelColor={labelColor}

0 commit comments

Comments
 (0)