From d64df129b2a7f0003e9614549ae70fbcfb734f9e Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 12 Sep 2016 11:46:47 -0700 Subject: [PATCH] [fix] remove default 'input' border-radius --- src/components/TextInput/index.js | 1 + 1 file changed, 1 insertion(+) 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',