Skip to content

Commit

Permalink
Update command close button density
Browse files Browse the repository at this point in the history
  • Loading branch information
sunarya-thito committed Nov 26, 2024
1 parent cbd2904 commit ea9d9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/components/control/command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class _CommandState extends State<Command> {
),
if (canPop)
GhostButton(
density: ButtonDensity.compact,
density: ButtonDensity.iconDense,
onPressed: () {
Navigator.of(context).pop();
},
Expand Down

0 comments on commit ea9d9e3

Please sign in to comment.