forked from Nexus/nexus
add create event, fix generic event icon
This commit is contained in:
parent
2ba620350d
commit
ec64a81fed
2 changed files with 8 additions and 8 deletions
|
|
@ -13,7 +13,7 @@ class GenericEventRenderer extends StatelessWidget {
|
|||
children: [
|
||||
Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: 4),
|
||||
child: Icon(Icons.people),
|
||||
child: Icon(icon),
|
||||
),
|
||||
Expanded(child: Wrap(spacing: 4, children: children)),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue