fix: 修复 dark 主题下 drawer 顶部样式问题

This commit is contained in:
吴多益 2021-12-23 11:59:32 +08:00 committed by GitHub
parent 453df2b944
commit fc902653a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;