ソースを参照

fix(Prejoin): Make prejoin avatar match the other avatars

master
Vlad Piersec 4年前
コミット
e4448e0a68

+ 0
- 2
css/premeeting/_premeeting-screens.scss ファイルの表示

@@ -226,8 +226,6 @@
226 226
     .avatar {
227 227
         text {
228 228
             fill: white;
229
-            font-size: 26px;
230
-            font-weight: 400;
231 229
         }
232 230
     }
233 231
 

+ 1
- 2
react/features/base/premeeting/components/web/Preview.js ファイルの表示

@@ -59,9 +59,8 @@ function Preview(props: Props) {
59 59
                     <Avatar
60 60
                         className = 'premeeting-screen-avatar'
61 61
                         displayName = { name }
62
-                        dynamicColor = { false }
63 62
                         participantId = { _participantId }
64
-                        size = { 180 } />
63
+                        size = { 200 } />
65 64
                 )}
66 65
         </div>
67 66
     );

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