Skip to content

Commit

Permalink
Update profile_card.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Dec 11, 2024
1 parent da20b04 commit 4f147c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/profile_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ class ProfileCardHeader extends StatelessWidget {
}

return Padding(
padding: const EdgeInsets.only(right: 16.0),
padding: const EdgeInsets.only(right: 8.0),
child: ClipOval(
child: ArDriveImage(
image: NetworkImage(
Expand Down

0 comments on commit 4f147c5

Please sign in to comment.