chore: Adjust avatar size and chat list item design
This commit is contained in:
parent
42fae5fbe6
commit
e852453dec
3 changed files with 4 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue