From 4d829ffc4b2d6fc6f08925d906c21bcdbe1a7dc3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 07:22:31 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index a9b622b..1f31c0a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -76,7 +76,7 @@ export default function ProductPage({ params }: ProductPageProps) { contentWidth="medium" sizing="medium" background="none" - cardStyle="solid" + cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="solid" headingFontWeight="medium" @@ -120,7 +120,7 @@ export default function ProductPage({ params }: ProductPageProps) { contentWidth="medium" sizing="medium" background="none" - cardStyle="solid" + cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="solid" headingFontWeight="medium" @@ -171,7 +171,7 @@ export default function ProductPage({ params }: ProductPageProps) { contentWidth="medium" sizing="medium" background="none" - cardStyle="solid" + cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="solid" headingFontWeight="medium"