chore: Follow up design changes

pull/474/head
krille-chan 2 years ago
parent 92337a8bbf
commit c74242118b
No known key found for this signature in database

@ -42,6 +42,7 @@ class ChatMembersView extends StatelessWidget {
L10n.of(context)!.countParticipants(roomCount),
),
actions: [
if (room.canInvite)
IconButton(
onPressed: () => context.go('/rooms/${room.id}/invite'),
icon: const Icon(

Loading…
Cancel
Save