From 357c2ea6b2d1dc14d7fcb142af00ff67d8964ba0 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Tue, 26 Dec 2023 17:04:27 +0100 Subject: [PATCH] chore: Follow up styling --- lib/pages/chat_list/chat_list_item.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pages/chat_list/chat_list_item.dart b/lib/pages/chat_list/chat_list_item.dart index d0661537..435d81f0 100644 --- a/lib/pages/chat_list/chat_list_item.dart +++ b/lib/pages/chat_list/chat_list_item.dart @@ -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,