From ca9ed27445e256d8fdccfcbb9893a3060c6fb0ba Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 13 Nov 2016 18:57:45 +0800 Subject: [PATCH] upgrade demo primary-color --- components/calendar/demo/notice-calendar.md | 2 +- components/icon/index.en-US.md | 2 +- components/icon/index.zh-CN.md | 2 +- components/notification/demo/custom-icon.md | 2 +- components/progress/progress.tsx | 2 +- components/tag/demo/colorful.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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: , + icon: , }); }; diff --git a/components/progress/progress.tsx b/components/progress/progress.tsx index 4b79d07af7..c5b0254c33 100644 --- a/components/progress/progress.tsx +++ b/components/progress/progress.tsx @@ -5,7 +5,7 @@ import { Circle } from 'rc-progress'; import classNames from 'classnames'; import splitObject from '../_util/splitObject'; const statusColorMap = { - normal: '#2db7f5', + normal: '#108ee9', exception: '#ff5500', success: '#87d068', }; diff --git a/components/tag/demo/colorful.md b/components/tag/demo/colorful.md index f9155eb1aa..7183651203 100644 --- a/components/tag/demo/colorful.md +++ b/components/tag/demo/colorful.md @@ -20,7 +20,7 @@ ReactDOM.render(
#f50 #87d068 - #2db7f5 + #108ee9
, mountNode );