Browse Source

fix: reduce avatar font size

master
Bettenbuk Zoltan 6 years ago
parent
commit
301a8e319a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/base/avatar/components/native/styles.js

+ 1
- 1
react/features/base/avatar/components/native/styles.js View File

37
     initialsText: (size: number = DEFAULT_SIZE) => {
37
     initialsText: (size: number = DEFAULT_SIZE) => {
38
         return {
38
         return {
39
             color: 'rgba(255, 255, 255, 0.6)',
39
             color: 'rgba(255, 255, 255, 0.6)',
40
-            fontSize: size * 0.5,
40
+            fontSize: size * 0.45,
41
             fontWeight: '100'
41
             fontWeight: '100'
42
         };
42
         };
43
     },
43
     },

Loading…
Cancel
Save