Fix(react): Fixes black border on text input in welcome page
This commit is contained in:
parent
4a71c2655a
commit
8d90a7d091
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue