Basket confirmation page

This commit is contained in:
2024-05-10 22:08:27 +03:00
parent 4853f61da2
commit 0c11883b48
5 changed files with 219 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ class HistoryItemCard extends StatelessWidget {
),
child: Card(
elevation: 4,
color: const Color(0xFFF2F3F9),
color: Theme.of(context).scaffoldBackgroundColor,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(30),
),