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

This commit is contained in:
qiang
2025-06-08 18:35:11 +08:00
committed by GitHub
parent 0b6e8af510
commit d3dae80b70

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');