Skip to content

Commit

Permalink
fix(Step): update step demo(step-process-failed)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchanz authored and youluna committed Apr 16, 2021
1 parent 48450ac commit 3c1b517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/step/demo/step-process-failed.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ReactDOM.render(<div>
<Step.Item title="Step 1" />
<Step.Item title={<span style={{ color: 'red' }}>In Progress</span>} content={<span style={{ color: 'red' }}>download image failed</span>} itemRender={
(index, status) => {
return <div><Icon type="error" size="xl" style={{ color: '#FF3333' }} /></div>;
return <div className="next-step-item-node-circle" style={{background: "transparent", borderColor: "red"}}><Icon style={{ "color": "red" }} type="close" /></div>;
}
} />
<Step.Item title="Step 3" />
Expand Down

0 comments on commit 3c1b517

Please sign in to comment.