Skip to content

Commit 8115472

Browse files
authored
TextField - apply marginT only to the OUTLINE preset (#3123)
* TextField - apply marginT only to the OUTLINE preset * Remove margin completely
1 parent cca1fb8 commit 8115472

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
@@ -202,7 +202,7 @@ const TextField = (props: InternalTextFieldProps) => {
202202
{trailingAccessory}
203203
{/* </View> */}
204204
</View>
205-
<View row spread marginT-s1>
205+
<View row spread>
206206
{validationMessagePosition === ValidationMessagePosition.BOTTOM && (
207207
<ValidationMessage
208208
enableErrors={enableErrors}

0 commit comments

Comments
 (0)