mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
fix spec color
This commit is contained in:
parent
f0995bd1e3
commit
6e673b8b44
@ -70,11 +70,11 @@ const ExtendPalettes = React.createClass({
|
||||
]
|
||||
},
|
||||
{
|
||||
'title': 'Blue #00A0E8',
|
||||
'title': 'Blue #00A0E9',
|
||||
'description': '这里的蓝色沿用的是蚂蚁金服的品牌色,深蓝色的运用可以传递出可靠和稳定的情绪,而浅蓝色系则更为友好和清新,同时还代表了科技感与想象力。在很多专业类、管理类的后台系统设计中蓝色系常常会被选择作为设计的主色来使用。',
|
||||
'colors': [
|
||||
"#CCE4F6", "#95CCF5", "#6AC2F5",
|
||||
"#1D80D3", "#00A0E8", "#2DB7F5",
|
||||
"#1D80D3", "#00A0E9", "#2DB7F5",
|
||||
"#1F5AA3", "#0B366A", "#08172F"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user