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