Commit 2cb0d952 authored by Jack Short's avatar Jack Short Committed by GitHub

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

* style: filling background color for collection header

* udpating color
parent 1839e145
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment