Selaa lähdekoodia

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

master
Vlad Piersec 4 vuotta sitten
vanhempi
commit
e4448e0a68

+ 0
- 2
css/premeeting/_premeeting-screens.scss Näytä tiedosto

226
     .avatar {
226
     .avatar {
227
         text {
227
         text {
228
             fill: white;
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 Näytä tiedosto

59
                     <Avatar
59
                     <Avatar
60
                         className = 'premeeting-screen-avatar'
60
                         className = 'premeeting-screen-avatar'
61
                         displayName = { name }
61
                         displayName = { name }
62
-                        dynamicColor = { false }
63
                         participantId = { _participantId }
62
                         participantId = { _participantId }
64
-                        size = { 180 } />
63
+                        size = { 200 } />
65
                 )}
64
                 )}
66
         </div>
65
         </div>
67
     );
66
     );

Loading…
Peruuta
Tallenna