Skip to content

Commit 26f2958

Browse files
shaileshmishrashaileshmishra
authored andcommitted
refactored
1 parent cb7e3ff commit 26f2958

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://www.twitter.com/ishailesh18
1010

1111
<img src="assets/srcn/design.png" width=730>
1212

13-
## Screen Shots
13+
## screenshots
1414

1515
<img src="assets/srcn/one.png" width=230> <img src="assets/srcn/two.png" width=230> <img src="assets/srcn/three.png" width=230>
1616

lib/helper/_utils.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ TextStyle normalText = GoogleFonts.ptSansCaption(
1414

1515
TextStyle mediumText = GoogleFonts.ptSans(
1616
fontSize: 18,
17-
fontWeight: FontWeight.bold,
1817
);
1918

2019
TextStyle largeText = GoogleFonts.ptSans(

lib/screen/cart/components/_item_cart_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import '_card_img.dart';
55

66
Card buildCartCard(product) {
77
return Card(
8-
elevation: 0,
8+
elevation: 4,
99
margin: EdgeInsets.all(10),
1010
child: Column(
1111
children: [

0 commit comments

Comments
 (0)