diff --git a/src/components/modals/main/marketplace/Items.jsx b/src/components/modals/main/marketplace/Items.jsx index eaf38353..6c5675e8 100644 --- a/src/components/modals/main/marketplace/Items.jsx +++ b/src/components/modals/main/marketplace/Items.jsx @@ -22,7 +22,7 @@ function Items({ collection.news ? { backgroundColor: collection.background_colour } : { - backgroundImage: `linear-gradient(to left, #000, transparent, #000), url('${collection.img}')`, + backgroundImage: `linear-gradient(to right, rgba(0 ,0, 0, 0.9), rgba(0 ,0, 0, 0.7), transparent, rgba(0 ,0, 0, 0.7), rgba(0 ,0, 0, 0.9)), url('${collection.img}')`, } } >