feat: add functional colors to the theme configuration; 🌟
新增:主题配置增加功能性颜色;
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
const ANTD = {
|
||||
primary: {
|
||||
color: '#1890ff',
|
||||
warning: '#faad14',
|
||||
success: '#52c41a',
|
||||
error: '#f5222d',
|
||||
light: {
|
||||
menuColors: ['#000c17', '#001529', '#002140']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user