fix: card width
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user