From ec59146511c48bfedf4cebe13fb8e95f57272d29 Mon Sep 17 00:00:00 2001 From: LiYan Date: Tue, 2 Jul 2019 12:44:13 +0800 Subject: [PATCH] fix result icon global color --- components/result/style/index.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }