소스 검색

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

master
yanas 9 년 전
부모
커밋
8d90a7d091
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      react/features/welcome/components/styles.js

+ 0
- 1
react/features/welcome/components/styles.js 파일 보기

@@ -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…
취소
저장