From 2615efe9f4b2b96018345619b6304db5afabb010 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 23:29:51 +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 e5d0331..e5b658e 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -82,7 +82,7 @@ function ProductPageContent({ params }: ProductPageProps) { borderRadius="soft" contentWidth="small" sizing="large" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -122,7 +122,7 @@ function ProductPageContent({ params }: ProductPageProps) { borderRadius="soft" contentWidth="small" sizing="large" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -169,7 +169,7 @@ function ProductPageContent({ params }: ProductPageProps) { borderRadius="soft" contentWidth="small" sizing="large" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="layered"