chore: Follow up styling

This commit is contained in:
krille-chan 2023-12-26 17:04:27 +01:00
parent 991277d5f5
commit 357c2ea6b2
No known key found for this signature in database

View file

@ -47,7 +47,6 @@ class ChatListItem extends StatelessWidget {
? L10n.of(context)!.invitePrivateChat
: L10n.of(context)!.inviteGroupChat,
title: room.getLocalizedDisplayname(MatrixLocals(L10n.of(context)!)),
style: AdaptiveStyle.material,
actions: [
SheetAction(
key: InviteActions.accept,