From 182d409c79719343dcc1e0fe714401f848c84c45 Mon Sep 17 00:00:00 2001 From: wjh Date: Wed, 17 Jul 2024 10:52:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=87=BA=E9=94=99=20(#1327)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://git.daoyoucloud.com/daoyoucloud/tachybase/pulls/1327 Reviewed-by: sealday Co-authored-by: wjh Co-committed-by: wjh --- .../src/client/components/ToEditTheme.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/plugins/@tachybase/plugin-theme-editor/src/client/components/ToEditTheme.tsx b/packages/plugins/@tachybase/plugin-theme-editor/src/client/components/ToEditTheme.tsx index 270bed306..c9648aed0 100644 --- a/packages/plugins/@tachybase/plugin-theme-editor/src/client/components/ToEditTheme.tsx +++ b/packages/plugins/@tachybase/plugin-theme-editor/src/client/components/ToEditTheme.tsx @@ -1,5 +1,5 @@ import React, { useCallback } from 'react'; -import { compatOldTheme, defaultTheme, useGlobalTheme, useToken } from '@tachybase/client'; +import { defaultTheme, useGlobalTheme, useToken } from '@tachybase/client'; import { PlusOutlined } from '@ant-design/icons'; import { App, Button, Space } from 'antd'; @@ -25,7 +25,7 @@ const ToEditTheme = () => {