Skip to content

Commit 8ca3827

Browse files
authored
Update CardStyle.dart
1 parent 5255bbc commit 8ca3827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CardStyle.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Card(
2-
color: Colors.grey[900],
2+
color: Colors.grey[900],
33
shape: RoundedRectangleBorder(
44
side: BorderSide(color: Colors.white70, width: 1),
55
borderRadius: BorderRadius.circular(10),
@@ -20,7 +20,7 @@ Card(
2020
),
2121

2222

23-
/////////////////More Card Shape//////////////
23+
////////////////More Card Shape//////////////
2424
2525
Card(
2626
shape: RoundedRectangleBorder(

0 commit comments

Comments
 (0)