diff --git a/components/calendar/demo/notice-calendar.md b/components/calendar/demo/notice-calendar.md
index 2f078ed65d..66059f344e 100644
--- a/components/calendar/demo/notice-calendar.md
+++ b/components/calendar/demo/notice-calendar.md
@@ -108,7 +108,7 @@ ReactDOM.render(
}
.event-normal {
- color: #2db7f5;
+ color: #108ee9;
}
.event-error {
diff --git a/components/icon/index.en-US.md b/components/icon/index.en-US.md
index 4a6779b3fe..cabd099e07 100644
--- a/components/icon/index.en-US.md
+++ b/components/icon/index.en-US.md
@@ -103,7 +103,7 @@ ul.anticons-list li:after {
content: "Copied!";
text-align: center;
line-height: 110px;
- color: #2db7f5;
+ color: #108ee9;
transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
opacity: 0;
}
diff --git a/components/icon/index.zh-CN.md b/components/icon/index.zh-CN.md
index 39fd4be213..1fb5f552b5 100644
--- a/components/icon/index.zh-CN.md
+++ b/components/icon/index.zh-CN.md
@@ -104,7 +104,7 @@ ul.anticons-list li:after {
content: "Copied!";
text-align: center;
line-height: 110px;
- color: #2db7f5;
+ color: #108ee9;
transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
opacity: 0;
}
diff --git a/components/notification/demo/custom-icon.md b/components/notification/demo/custom-icon.md
index 3957ac76a2..3e36681f88 100644
--- a/components/notification/demo/custom-icon.md
+++ b/components/notification/demo/custom-icon.md
@@ -20,7 +20,7 @@ const openNotification = function () {
notification.open({
message: 'Notification Title',
description: 'This is the content of the notification. This is the content of the notification. This is the content of the notification.',
- icon: