fix: reduce avatar font size

This commit is contained in:
Bettenbuk Zoltan 2019-07-09 13:44:12 +02:00 committed by Zoltan Bettenbuk
parent 820abfd059
commit 301a8e319a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export default {
initialsText: (size: number = DEFAULT_SIZE) => {
return {
color: 'rgba(255, 255, 255, 0.6)',
fontSize: size * 0.5,
fontSize: size * 0.45,
fontWeight: '100'
};
},