docs: bump theme editor (#45369)

This commit is contained in:
MadCcc 2023-10-16 20:37:05 +08:00 committed by GitHub
parent 7f9aff2cfb
commit 984977177a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@ const CustomTheme = () => {
<Suspense fallback={<Skeleton style={{ margin: 24 }} />}>
<ThemeEditor
advanced
hideAdvancedSwitcher
theme={{ name: 'Custom Theme', key: 'test', config: theme }}
style={{ height: 'calc(100vh - 64px)' }}
onThemeChange={(newTheme) => {

View File

@ -210,7 +210,7 @@
"@typescript-eslint/parser": "^6.5.0",
"antd-img-crop": "^4.9.0",
"antd-style": "^3.5.0",
"antd-token-previewer": "^2.0.1",
"antd-token-previewer": "^2.0.4",
"chalk": "^4.0.0",
"cheerio": "1.0.0-rc.12",
"circular-dependency-plugin": "^5.2.2",