mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
fix(theme-chalk): [drawer] replace fixed color with CSS var
This commit is contained in:
parent
976f5e5088
commit
2654da122a
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user