chore: Follow up design changes
This commit is contained in:
parent
a9448f293c
commit
92337a8bbf
3 changed files with 16 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ class ChatMembersView extends StatelessWidget {
|
|||
),
|
||||
actions: [
|
||||
IconButton(
|
||||
onPressed: () => context.go('/rooms/{room.id}/invite'),
|
||||
onPressed: () => context.go('/rooms/${room.id}/invite'),
|
||||
icon: const Icon(
|
||||
Icons.person_add_outlined,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue