Skip to content

Commit

Permalink
fix save button being W I D E on trigger action selection screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Dec 24, 2024
1 parent f4183c5 commit 8964355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Frontend/pages/action_selector.dart
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class _ActionSelectorState extends ConsumerState<ActionSelector> {
});
},
child: Row(
mainAxisSize: MainAxisSize.min,
children: [
Icon(
Icons.save,
Expand Down

0 comments on commit 8964355

Please sign in to comment.