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
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ export const styles = createStyleSheet({
backgroundColor: 'transparent', backgroundColor: 'transparent',
borderColor: ColorPalette.white, borderColor: ColorPalette.white,
borderRadius: 8, borderRadius: 8,
borderStyle: 'solid',
borderWidth: 1, borderWidth: 1,
color: TEXT_COLOR, color: TEXT_COLOR,
fontSize: 23, fontSize: 23,