Skip to content

Commit

Permalink
feat: Registration completed screen - better spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalheartxs committed Oct 14, 2024
1 parent 6bcb729 commit 81456d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class _SummaryItem extends StatelessWidget {
width: 52,
height: 52,
),
const SizedBox(width: 16),
const SizedBox(width: 10),
Expanded(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
Expand All @@ -189,7 +189,7 @@ class _SummaryItem extends StatelessWidget {
),
VoicesAvatar(
icon: VoicesAssets.icons.check.buildIcon(),
radius: 18,
radius: 14,
padding: EdgeInsets.zero,
foregroundColor: Theme.of(context).colors.iconsPrimary,
backgroundColor:
Expand Down

0 comments on commit 81456d5

Please sign in to comment.