Skip to content

Commit

Permalink
fix: Skip button
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Sep 16, 2024
1 parent 9c79a2e commit 07c305c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/lib/src/app_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class MxcAppBar extends StatelessWidget {
),
if (action != null)
SizedBox(
width: 32,
width: 48,
child: action,
),
],
Expand Down

0 comments on commit 07c305c

Please sign in to comment.