Skip to content

Commit

Permalink
Merge pull request #92 from anotherwebguy/master
Browse files Browse the repository at this point in the history
made profile screen responsive for small screen size
  • Loading branch information
himanshusharma89 authored Mar 10, 2021
2 parents 547381f + a4c38f7 commit 5b3246d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/widgets/payment/order_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class OrderItem extends StatelessWidget {
children: <Widget>[
Container(
padding:
const EdgeInsets.symmetric(vertical: 5, horizontal: 8),
const EdgeInsets.symmetric(vertical: 5, horizontal: 5),
decoration: BoxDecoration(
border: Border.all(color: Colors.white),
borderRadius: BorderRadius.circular(8),
Expand All @@ -117,7 +117,7 @@ class OrderItem extends StatelessWidget {
else
Container(
padding: const EdgeInsets.symmetric(
vertical: 5, horizontal: 8),
vertical: 5, horizontal: 5),
decoration: BoxDecoration(
border: Border.all(color: Colors.white),
borderRadius: BorderRadius.circular(8),
Expand Down

0 comments on commit 5b3246d

Please sign in to comment.