Skip to content

Commit 54f7689

Browse files
committed
v6.6.0 updates
1 parent ce9216a commit 54f7689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LabelStoreMax/lib/resources/widgets/woosignal_ui.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class ProductItemContainer extends StatelessWidget {
339339
image: (product!.images.isNotEmpty
340340
? product!.images.first.src
341341
: getEnv("PRODUCT_PLACEHOLDER_IMAGE")),
342-
fit: BoxFit.cover,
342+
fit: BoxFit.contain,
343343
height: constraints.maxHeight / 1.6,
344344
width: double.infinity,
345345
),

0 commit comments

Comments
 (0)