Fix(react): Fixes black border on text input in welcome page

This commit is contained in:
yanas
2016-12-21 18:09:30 -06:00
parent 4a71c2655a
commit 8d90a7d091
@@ -101,7 +101,6 @@ export const styles = createStyleSheet({
backgroundColor: 'transparent',
borderColor: ColorPalette.white,
borderRadius: 8,
borderStyle: 'solid',
borderWidth: 1,
color: TEXT_COLOR,
fontSize: 23,