提交 973c13c2 编写于 作者: A afc163

Fix progress color

上级 e584a5b8
......@@ -8,7 +8,7 @@ const prefixCls = 'ant-progress';
const statusColorMap = {
normal: '#2db7f5',
exception: '#ff6600',
exception: '#ff5500',
success: '#87d068'
};
......@@ -31,7 +31,7 @@ let Line = React.createClass({
strokeWidth: 10,
status: 'normal', // exception active
showInfo: true,
trailColor: '#e9e9e9'
trailColor: '#f3f3f3'
};
},
render() {
......@@ -115,7 +115,7 @@ let Circle = React.createClass({
percent: 0,
strokeWidth: 6,
status: 'normal', // exception
trailColor: '#f9f9f9',
trailColor: '#f3f3f3',
};
},
render() {
......
......@@ -21,7 +21,7 @@
&-line-inner {
display: inline-block;
width: 100%;
background-color: #e9e9e9;
background-color: #f3f3f3;
border-radius: 100px;
}
&-line-bg {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册