🆙 ant-design-palettes => @ant-design/colors

This commit is contained in:
afc163 2018-12-23 21:57:36 +08:00
parent 0218bee810
commit 9eaac3f568
No known key found for this signature in database
GPG Key ID: 5F00908D72002306
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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 }) {