mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-06 10:38:31 +08:00
fix(notification): icon color error (#2992)
This commit is contained in:
parent
138a35a9ea
commit
22baee933e
@ -77,9 +77,8 @@
|
||||
}
|
||||
|
||||
@each $type in (success, info, warning, error) {
|
||||
--el-notification-icon-color: var(--el-color-#{$type});
|
||||
|
||||
.#{$namespace}-icon-#{$type} {
|
||||
--el-notification-icon-color: var(--el-color-#{$type});
|
||||
color: var(--el-notification-icon-color);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user