Basket confirmation page
This commit is contained in:
@@ -34,7 +34,7 @@ class BasketItemCard extends StatelessWidget {
|
||||
),
|
||||
child: Card(
|
||||
elevation: 4,
|
||||
color: const Color(0xFFF2F3F9),
|
||||
color: Theme.of(context).scaffoldBackgroundColor,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(30),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user