feat: add functional colors to the theme configuration; 🌟

新增:主题配置增加功能性颜色;
This commit is contained in:
iczer
2020-07-09 22:42:07 +08:00
parent 40472b21dd
commit e619e44d4f
3 changed files with 37 additions and 5 deletions

View File

@@ -2,6 +2,9 @@
const ANTD = {
primary: {
color: '#1890ff',
warning: '#faad14',
success: '#52c41a',
error: '#f5222d',
light: {
menuColors: ['#000c17', '#001529', '#002140']
},