Skip to content

Commit

Permalink
starter pack padding
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Nov 23, 2024
1 parent d28ae0a commit e51b46b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,12 @@ class _OnboardingStarterPackState extends ConsumerState<OnboardingStarterPack> {
),
],
),
contentPadding: const EdgeInsets.symmetric(
horizontal: 10,
vertical: 0,
),
trailing: SizedBox(
width: 150,
width: 135,
child: OverlappingAvatars(
avatars: nostrSet.elements
.take(5)
Expand Down

0 comments on commit e51b46b

Please sign in to comment.