From 7f0a66b21e6e8ed0fedce6e3f2b5bce14cb3407d Mon Sep 17 00:00:00 2001 From: xue Date: Fri, 28 Jun 2024 21:17:54 +0300 Subject: [PATCH] fix: Removed profile page padding verticaly in profile.dart --- lib/pages/home/profile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/home/profile.dart b/lib/pages/home/profile.dart index b9712a4..1ff1734 100644 --- a/lib/pages/home/profile.dart +++ b/lib/pages/home/profile.dart @@ -46,7 +46,7 @@ class _ProfileState extends ConsumerState { 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.