chore: Adjust avatar size and chat list item design

This commit is contained in:
krille-chan 2026-02-18 16:58:51 +01:00
commit e852453dec
No known key found for this signature in database
3 changed files with 4 additions and 20 deletions

View file

@ -11,7 +11,7 @@ class Avatar extends StatelessWidget {
final String? name;
final double size;
final void Function()? onTap;
static const double defaultSize = 44;
static const double defaultSize = 48;
final Client? client;
final String? presenceUserId;
final Color? presenceBackgroundColor;