diff --git a/src/components/TextInput/index.js b/src/components/TextInput/index.js index 744da0a0..3b16b121 100644 --- a/src/components/TextInput/index.js +++ b/src/components/TextInput/index.js @@ -255,6 +255,7 @@ const styles = StyleSheet.create({ input: { appearance: 'none', backgroundColor: 'transparent', + borderRadius: 0, borderWidth: 0, boxSizing: 'border-box', color: 'inherit',