From 9e67b0d6acb4db384f2186d56961966097315b96 Mon Sep 17 00:00:00 2001 From: StephDietz Date: Mon, 10 Jul 2023 17:10:03 -0500 Subject: [PATCH] remove unused bg color prop --- components/product/gallery.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/product/gallery.tsx b/components/product/gallery.tsx index 7ee154b57..2d5bfecea 100644 --- a/components/product/gallery.tsx +++ b/components/product/gallery.tsx @@ -41,7 +41,6 @@ export function Gallery({ height={600} isInteractive={false} priority={true} - background="purple" labels={{ title, amount, @@ -86,7 +85,6 @@ export function Gallery({ src={image.src} width={600} height={600} - background="purple-dark" active={isActive} />