ソースを参照

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,

読み込み中…
キャンセル
保存