[fix] remove default 'input' border-radius

This commit is contained in:
Nicolas Gallagher
2016-09-12 11:46:47 -07:00
parent 763c5444ce
commit d64df129b2

View File

@@ -255,6 +255,7 @@ const styles = StyleSheet.create({
input: {
appearance: 'none',
backgroundColor: 'transparent',
borderRadius: 0,
borderWidth: 0,
boxSizing: 'border-box',
color: 'inherit',