Tried to fix #46

This commit is contained in:
Zhiyuan Zheng 2021-03-11 22:38:42 +01:00
parent a366687ec6
commit b21194ca5a
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ export const StyleConstants = {
Global: { PagePadding: Base * 4 }
},
Avatar: { S: 40, M: 52, L: 96 }
Avatar: { S: 40, M: 48, L: 96 }
}