diff --git a/components/result/style/index.less b/components/result/style/index.less index 63eb8105bf1f..f37a0a2e16a8 100644 --- a/components/result/style/index.less +++ b/components/result/style/index.less @@ -8,19 +8,19 @@ background-color: @component-background; // status color - &-success .anticon { + &-success &-icon .anticon { color: @success-color; } - &-error .anticon { + &-error &-icon .anticon { color: @error-color; } - &-info .anticon { + &-info &-icon .anticon { color: @info-color; } - &-warning .anticon { + &-warning &-icon .anticon { color: @warning-color; }