sprint-1 #1

Merged
user3 merged 19 commits from sprint-1 into main 2025-05-26 14:34:28 +00:00
Showing only changes of commit d487fc2e06 - Show all commits

View File

@ -28,7 +28,7 @@ class _CardSectionState extends State<CardSection> {
return Container(
margin: EdgeInsets.only(top: height(context) * 3),
width: width(context) * 100,
height: height(context) * 30,
height: height(context) * 80,
child: ListView.builder(
itemCount: cardsList.length,
itemBuilder: (BuildContext context, int index) {