Fix :- Fixed the grey screen bug in get a pass and cart section.

This commit is contained in:
2026-01-06 15:34:37 +05:30
parent 3c05534262
commit ada6040514
12 changed files with 208 additions and 47 deletions

View File

@@ -22,15 +22,15 @@ class MyPassesPage extends StatelessWidget {
Column(
children: [
SizedBox(height: 22.h),
Container(
decoration: BoxDecoration(
color: Colors.white,
border: Border.all(
color: Color(0xFFF95FAF).withOpacity(0.2),
Expanded(
child: Container(
decoration: BoxDecoration(
color: Colors.white,
border: Border.all(
color: Color(0xFFF95FAF).withOpacity(0.2),
),
borderRadius: BorderRadius.circular(8.r),
),
borderRadius: BorderRadius.circular(8.r),
),
child: Expanded(
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [