diff --git a/src/components/TextInput/TextInputFlat.tsx b/src/components/TextInput/TextInputFlat.tsx index 378366e176..012bd74539 100644 --- a/src/components/TextInput/TextInputFlat.tsx +++ b/src/components/TextInput/TextInputFlat.tsx @@ -466,10 +466,10 @@ const styles = StyleSheet.create({ }, patchContainer: { height: 24, - zIndex: 2, + zIndex: 0, }, densePatchContainer: { height: 22, - zIndex: 2, + zIndex: 0, }, });