From 8d90a7d09140cb89cd6df6e019eebd3e929498eb Mon Sep 17 00:00:00 2001 From: yanas Date: Wed, 21 Dec 2016 18:09:30 -0600 Subject: [PATCH] Fix(react): Fixes black border on text input in welcome page --- react/features/welcome/components/styles.js | 1 - 1 file changed, 1 deletion(-) diff --git a/react/features/welcome/components/styles.js b/react/features/welcome/components/styles.js index 7bc808640..4ea5f7949 100644 --- a/react/features/welcome/components/styles.js +++ b/react/features/welcome/components/styles.js @@ -101,7 +101,6 @@ export const styles = createStyleSheet({ backgroundColor: 'transparent', borderColor: ColorPalette.white, borderRadius: 8, - borderStyle: 'solid', borderWidth: 1, color: TEXT_COLOR, fontSize: 23,