refactor: avatar size

This commit is contained in:
Rongjian Zhang
2019-10-02 15:23:33 +08:00
parent 378f8d10d8
commit ae5660061c
8 changed files with 29 additions and 13 deletions

View File

@@ -79,10 +79,9 @@ class EventItem extends StatelessWidget {
Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
Avatar(
Avatar.medium(
url: event.actorAvatarUrl,
login: event.actorLogin,
size: 20,
),
SizedBox(width: 10),
Expanded(