mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-06 10:38:31 +08:00
fix(theme-chalk): fixed the wrong background color of timeline-item (#3165)
This commit is contained in:
parent
7556a1b2d1
commit
bfe23ce820
@ -43,7 +43,9 @@
|
||||
}
|
||||
|
||||
@each $type in (primary, success, warning, danger, info) {
|
||||
background-color: var(--el-color-#{$type});
|
||||
@include m($type) {
|
||||
background-color: var(--el-color-#{$type});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user