Browse Source

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

master
yanas 9 years ago
parent
commit
8d90a7d091
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      react/features/welcome/components/styles.js

+ 0
- 1
react/features/welcome/components/styles.js View File

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

Loading…
Cancel
Save