remove unused bg color prop

This commit is contained in:
StephDietz 2023-07-10 17:10:03 -05:00
parent 79c6870267
commit 9e67b0d6ac

View File

@ -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>