Skip to content

Commit

Permalink
change primary color, ant-design#8430
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 4, 2017
1 parent 4bd06af commit 2713870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/theme/template/Color/ColorPaletteTool.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const coldRotate = 10; // 冷色角度
// eslint-disable-next-line
export default class ColorPaletteTool extends Component {
state = {
primaryColor: '#108ee9',
primaryColor: '#1890ff',
};
handleChangeColor = (e) => {
const value = e.target ? e.target.value : e;
Expand Down

0 comments on commit 2713870

Please sign in to comment.