style: filling background color for collection header (#4774)
* style: filling background color for collection header * udpating color
This commit is contained in:
parent
1839e145ec
commit
2cb0d9527e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user