fix: card width

This commit is contained in:
2024-06-24 22:35:47 +03:00
parent faa52dcaa2
commit cfe0184e3a

View File

@@ -29,7 +29,8 @@ class ProductCard extends StatelessWidget {
constraints: BoxConstraints(
minHeight: 160,
maxHeight: getCardHeight(context: context),
),
minWidth: 180,
maxWidth: 250),
child: Card(
elevation: 3,
color: Theme.of(context).scaffoldBackgroundColor,