fix(pdp-image-white-bg): product detail image card background must be white

This commit is contained in:
Deploy
2026-08-26 20:35:34 +02:00
parent a73b1a9004
commit 6795f25c27
9 changed files with 50 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
# Implementer evidence — PDP-IMAGE-WHITE-BG
## Resumen
Cambiado `bg-gray-50``bg-white` en la tarjeta de imagen del producto en `/products/[slug]/page.tsx`.
## Cambio
Línea 114: `bg-gray-50 rounded-2xl``bg-white rounded-2xl`
## Validación
- `cd project/frontend && npm run build`
- `git diff --check`