mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
update color doc
This commit is contained in:
parent
154773e5ce
commit
c775311d11
@ -39,7 +39,7 @@ class Palette extends Component {
|
||||
ref={(node) => { this.colorNodes[`${name}-${i}`] = node; }}
|
||||
className={`main-color-item palatte-${name}-${i}`}
|
||||
style={{
|
||||
color: i > 5 ? '#fff' : 'unset',
|
||||
color: i > 6 ? '#fff' : 'unset',
|
||||
fontWeight: i === 6 ? 'bold' : 'normal',
|
||||
}}
|
||||
title="click to copy color"
|
||||
|
Loading…
Reference in New Issue
Block a user