File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ TextStyle normalText = GoogleFonts.ptSansCaption(
1414
1515TextStyle mediumText = GoogleFonts .ptSans (
1616 fontSize: 18 ,
17- fontWeight: FontWeight .bold,
1817);
1918
2019TextStyle largeText = GoogleFonts .ptSans (
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import '_card_img.dart';
55
66Card buildCartCard (product) {
77 return Card (
8- elevation: 0 ,
8+ elevation: 4 ,
99 margin: EdgeInsets .all (10 ),
1010 child: Column (
1111 children: [
You can’t perform that action at this time.
0 commit comments