style: filling background color for collection header (#4774)

* style: filling background color for collection header

* udpating color
This commit is contained in:
Jack Short 2022-10-03 11:17:07 -04:00 committed by GitHub
parent 1839e145ec
commit 2cb0d9527e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -311,6 +311,7 @@ export const CollectionStats = ({ stats, isMobile }: { stats: GenieCollection; i
)}
<Box
as={isCollectionStatsLoading ? 'div' : 'img'}
background="explicitWhite"
borderRadius="round"
position="absolute"
className={isCollectionStatsLoading ? styles.collectionImageIsLoading : styles.collectionImage}