chore: Minor design improvements

This commit is contained in:
Christian Pauly 2022-07-08 10:13:44 +02:00
commit c4c594adf1
7 changed files with 25 additions and 13 deletions

View file

@ -76,7 +76,7 @@ class ProfileBottomSheet extends StatelessWidget {
)
: ContentBanner(
mxContent: profile.avatarUrl,
defaultIcon: Icons.person_outline,
defaultIcon: Icons.account_circle_outlined,
client: Matrix.of(context).client,
),
),