Adds the property cardImageBackgroundColor to ThemeProperties.
Use in collectible_card.tsx if no color was provided.
Screens
Notice the gray inside the card.
To generate the screenshot I used an asset image taken from opensea+Axie (opensea doesn't set a background color for Axie's assets), and replaced image with the corresponding URL and set color as '' it in collectibles_metadata_sources/mocked.ts.
Closes #445.
Includes
cardImageBackgroundColor
toThemeProperties
.collectible_card.tsx
if no color was provided.Screens
Notice the gray inside the card.
To generate the screenshot I used an asset image taken from opensea+Axie (opensea doesn't set a background color for Axie's assets), and replaced
image
with the corresponding URL and setcolor
as''
it incollectibles_metadata_sources/mocked.ts
.