From d7a81118c7a8b8a459360285890635431f034062 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Tue, 5 Mar 2024 16:48:52 +0100 Subject: [PATCH] fix: bg on `LanguageDropDown` --- components/Common/LanguageDropDown/index.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/Common/LanguageDropDown/index.module.css b/components/Common/LanguageDropDown/index.module.css index cb76020aab1e5..50b8e6b5fb5ed 100644 --- a/components/Common/LanguageDropDown/index.module.css +++ b/components/Common/LanguageDropDown/index.module.css @@ -19,8 +19,10 @@ rounded border border-neutral-200 + bg-white shadow-lg - dark:border-neutral-900; + dark:border-neutral-900 + dark:bg-neutral-950; > div { @apply max-h-80