mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
🆙 ant-design-palettes => @ant-design/colors
This commit is contained in:
parent
0218bee810
commit
9eaac3f568
@ -100,7 +100,7 @@
|
||||
"@types/react-slick": "^0.23.2",
|
||||
"@yesmeck/offline-plugin": "^5.0.5",
|
||||
"ansi-styles": "^3.2.1",
|
||||
"ant-design-palettes": "^1.1.3",
|
||||
"@ant-design/colors": "^2.0.0",
|
||||
"antd-theme-generator": "^1.1.4",
|
||||
"antd-tools": "^6.4.3",
|
||||
"babel-eslint": "^10.0.1",
|
||||
|
@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import { generate } from 'ant-design-palettes';
|
||||
import { generate } from '@ant-design/colors';
|
||||
import ColorBlock from './ColorBlock';
|
||||
|
||||
export default function ColorPatterns({ color }) {
|
||||
|
Loading…
Reference in New Issue
Block a user