mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 14:36:59 +00:00
remove unused bg color prop
This commit is contained in:
parent
79c6870267
commit
9e67b0d6ac
@ -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}
|
||||
/>
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user