From 51dca6d107cf4d2116b74dcf6a50749437612689 Mon Sep 17 00:00:00 2001 From: Isaac Date: Wed, 4 Jan 2023 19:28:08 +0000 Subject: [PATCH] feat: improve collection gradient --- src/components/modals/main/marketplace/Items.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}')`, } } >