Skip to content

Commit

Permalink
feat: no sheveron for pop up event
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnfire05 committed Nov 27, 2024
1 parent 158df91 commit 27de697
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class GroupManagementPage extends StatelessWidget {
BlocBuilder<GroupManagementBloc, GroupManagementState>(
builder: (context, state) {
return ZiggleRowButton(
showChevron: false,
title: Text(
context.t.group.manage.delete,
style: TextStyle(
Expand Down Expand Up @@ -177,6 +178,7 @@ class GroupManagementPage extends StatelessWidget {
),
const SizedBox(height: 20),
ZiggleRowButton(
showChevron: false,
title: Text(
context.t.group.manage.leave,
style: TextStyle(
Expand Down

0 comments on commit 27de697

Please sign in to comment.