Skip to content

Commit

Permalink
fix(notification): icon color error (element-plus#2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
adaex authored Aug 19, 2021
1 parent 138a35a commit 22baee9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/theme-chalk/src/notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 22baee9

Please sign in to comment.