Skip to content

Commit

Permalink
Add spacing in decline confirm dialog for improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmer committed Nov 28, 2024
1 parent bcb83d7 commit cc1d4a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ class _PushDeclineConfirmDialogState extends State<PushDeclineConfirmDialog> {
style: Theme.of(context).textTheme.titleSmall,
textAlign: TextAlign.center,
),
SizedBox(height: 8),
FittedBox(
fit: BoxFit.scaleDown,
child: Text(
Expand All @@ -145,6 +144,7 @@ class _PushDeclineConfirmDialogState extends State<PushDeclineConfirmDialog> {
),
),
),
SizedBox(height: 8),
PaddedRow(
peddingPercent: 0.33,
child: CooldownButton(
Expand Down

0 comments on commit cc1d4a6

Please sign in to comment.