From f2fa8e3c17c8e61c3f3458a88f21c2a773c6a048 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 15 Apr 2026 14:51:24 -0400 Subject: [PATCH] fix: zoom chrome/metallic preview dots to 220% background-size Image-based colors (chrome/metallic) have a balloon silhouette against a transparent bg, so cover was fitting the whole image including whitespace. 220% zooms into the center where the finish actually is. Co-Authored-By: Claude Sonnet 4.6 --- estore/src/components/ColorPicker.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/estore/src/components/ColorPicker.tsx b/estore/src/components/ColorPicker.tsx index 522edbb..6d6fdba 100644 --- a/estore/src/components/ColorPicker.tsx +++ b/estore/src/components/ColorPicker.tsx @@ -353,13 +353,14 @@ export default function ColorPicker({ product, maxColors, onClose, editingEntry {family.colors.slice(0, 7).map((c) => ( ))}