From f3f69b18711c790cc0dc8622dd4fe1ab8ee224ba Mon Sep 17 00:00:00 2001 From: SabreCat Date: Thu, 13 Jul 2023 14:45:31 -0500 Subject: [PATCH] fix(lfp): white background for seeker card --- website/client/src/components/groups/lookingForParty.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/website/client/src/components/groups/lookingForParty.vue b/website/client/src/components/groups/lookingForParty.vue index fd22c7656a..c6db90671b 100644 --- a/website/client/src/components/groups/lookingForParty.vue +++ b/website/client/src/components/groups/lookingForParty.vue @@ -188,6 +188,7 @@ padding: 8px; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(26, 24, 29, 0.12), 0 1px 2px 0 rgba(26, 24, 29, 0.24); + background-color: $white; &:first-of-type { margin-top: 24px;