fix(theme-chalk): [drawer] replace fixed color with CSS var

This commit is contained in:
qiang 2024-11-26 10:15:46 +08:00
parent 976f5e5088
commit 2654da122a

View File

@ -31,7 +31,7 @@ $directions: rtl, ltr, ttb, btt;
&__header {
align-items: center;
color: rgb(114, 118, 123);
color: getCssVar('text-color', 'primary');
display: flex;
margin-bottom: 32px;
padding: getCssVar('drawer-padding-primary');