From 9baf650d3d8e01bcf91bae79d1ca06c3e40dcec4 Mon Sep 17 00:00:00 2001 From: Isaac Date: Fri, 17 May 2024 23:24:36 +0100 Subject: [PATCH] fix: inconsistent background colours on item page --- .../Elements/MainModal/scss/marketplace/modules/_item.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss b/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss index 301e3c84..57f38a79 100644 --- a/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss +++ b/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss @@ -62,7 +62,7 @@ p.description { } @include themed { - background: t($modal-sidebar); + background: t($modal-secondaryColour); box-shadow: 0 0 0 1px t($modal-sidebarActive); border-radius: t($borderRadius); padding: 15px;