Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix: Removed profile page padding verticaly in profile.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 28, 2024
1 parent 52fa231 commit 7f0a66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/home/profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class _ProfileState extends ConsumerState<Profile> {
centerTitle: false,
),
body: Container(
padding: const EdgeInsets.symmetric(horizontal: 10.0, vertical: 10.0),
padding: const EdgeInsets.symmetric(horizontal: 10.0),
child: ListView(
children: const [
// Afterwards, it should be modified to take an ID as input and retrieve data based on that ID.
Expand Down

0 comments on commit 7f0a66b

Please sign in to comment.