From 766db487794136123036225d3bdefc174c1906cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 02:13:00 +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 9d8a234..c6027f8 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -74,7 +74,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="pill" contentWidth="medium" sizing="medium" - background="none" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -134,7 +134,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="pill" contentWidth="medium" sizing="medium" - background="none" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -201,7 +201,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="pill" contentWidth="medium" sizing="medium" - background="none" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered"