From 973808088efe3bf4d63f28e3810dd7a41b345711 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 10 May 2026 10:34:24 -0400 Subject: [PATCH] revert: restore product image background to white Co-Authored-By: Claude Sonnet 4.6 --- estore/src/app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/estore/src/app/globals.css b/estore/src/app/globals.css index 2d111b0..d56679b 100644 --- a/estore/src/app/globals.css +++ b/estore/src/app/globals.css @@ -56,8 +56,8 @@ width: 100%; height: 220px; display: block; - background: #fdf6ee; - border-radius: 12px; + background: #fff; + border-radius: 10px; } .product-card .no-image {