refactor: Calc avatar font size by avatar size

This commit is contained in:
krille-chan 2024-05-30 15:24:11 +02:00
commit bd5dc8405d
No known key found for this signature in database
9 changed files with 1 additions and 12 deletions

View file

@ -74,7 +74,6 @@ class SettingsView extends StatelessWidget {
mxContent: profile?.avatarUrl,
name: displayname,
size: Avatar.defaultSize * 2.5,
fontSize: 18 * 2.5,
),
),
if (profile != null)