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}
|
height={600}
|
||||||
isInteractive={false}
|
isInteractive={false}
|
||||||
priority={true}
|
priority={true}
|
||||||
background="purple"
|
|
||||||
labels={{
|
labels={{
|
||||||
title,
|
title,
|
||||||
amount,
|
amount,
|
||||||
@ -86,7 +85,6 @@ export function Gallery({
|
|||||||
src={image.src}
|
src={image.src}
|
||||||
width={600}
|
width={600}
|
||||||
height={600}
|
height={600}
|
||||||
background="purple-dark"
|
|
||||||
active={isActive}
|
active={isActive}
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user