chore: Follow up redesign listtiles in user bottom sheet
This commit is contained in:
parent
fc675aebaa
commit
5606cb8252
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ class UserBottomSheetView extends StatelessWidget {
|
||||||
if (user.canBan && user.membership != Membership.ban)
|
if (user.canBan && user.membership != Membership.ban)
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(L10n.of(context)!.banFromChat),
|
title: Text(L10n.of(context)!.banFromChat),
|
||||||
trailing: const Icon(Icons.warning_sharp),
|
leading: const Icon(Icons.warning_sharp),
|
||||||
onTap: () =>
|
onTap: () =>
|
||||||
controller.participantAction(UserBottomSheetAction.ban),
|
controller.participantAction(UserBottomSheetAction.ban),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue