From fc902653a3445781525cd036633fe19a308a7719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=A4=9A=E7=9B=8A?= Date: Thu, 23 Dec 2021 11:59:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20dark=20=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E4=B8=8B=20drawer=20=E9=A1=B6=E9=83=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/themes/_dark-variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/themes/_dark-variables.scss b/scss/themes/_dark-variables.scss index 249633eb9..68cd41afc 100644 --- a/scss/themes/_dark-variables.scss +++ b/scss/themes/_dark-variables.scss @@ -57,6 +57,7 @@ $link-color: $info; --DatePicker-bg: var(--background); --DatePicker-header-select-borderColor: var(--background); --DropDown-menu-bg: var(--background); + --Drawer-header-bg: var(--background); --Fieldset-legend-bgColor: var(--background); --Form-input-addOnBg: var(--Form-input-bg); --Form-input-bg: #3c3c3c;