Skip to content

Commit

Permalink
adjust top padding
Browse files Browse the repository at this point in the history
  • Loading branch information
biplobsd committed Mar 26, 2022
1 parent 5e0f476 commit 09ec4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app/view/vpl_post_page/vpl_post_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class VPLPostScreen extends StatelessWidget {
height: 10,
),
Container(
padding: const EdgeInsets.symmetric(vertical: 5),
// padding: const EdgeInsets.symmetric(vertical: 5),
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(2),
color: Theme.of(context).cardColor,
Expand Down Expand Up @@ -179,7 +179,7 @@ class VPLPostScreen extends StatelessWidget {
left: 10,
right: 10,
bottom: 10,
top: 45,
top: 30,
),
floatingLabelBehavior: FloatingLabelBehavior.always,
filled: true,
Expand Down

0 comments on commit 09ec4ef

Please sign in to comment.