From e7b02f24e76164adc8cc3ffc8cba765d087c2a1c Mon Sep 17 00:00:00 2001 From: Tiago Yamamoto Date: Tue, 23 Dec 2025 16:23:59 -0300 Subject: [PATCH] fix(marketplace): fix modal z-index and button colors - Change modal z-index from z-50 to z-[1000] to appear above Leaflet map - Replace bg-primary with bg-blue-600 for visible button styling - Fix 'Adicionar' button in ProductOffersModal - Fix 'Ver ofertas' button in GroupedProductCard --- marketplace/src/components/GroupedProductCard.tsx | 2 +- marketplace/src/components/ProductOffersModal.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/marketplace/src/components/GroupedProductCard.tsx b/marketplace/src/components/GroupedProductCard.tsx index bb66c5f..e057ae8 100644 --- a/marketplace/src/components/GroupedProductCard.tsx +++ b/marketplace/src/components/GroupedProductCard.tsx @@ -52,7 +52,7 @@ export const GroupedProductCard = ({ group, onClick }: GroupedProductCardProps)