Skip to content

Commit

Permalink
made profile screen responsive for small screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherwebguy committed Mar 10, 2021
1 parent 547381f commit a4c38f7
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 a4c38f7

Please sign in to comment.