From d2f8a3bc7568f6df0ebca5f3fa80193aa2e59e2f Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Tue, 18 Jul 2023 17:43:35 +0800 Subject: [PATCH] chore: code clean --- .dumi/pages/theme-editor/index.tsx | 2 +- .dumi/theme/layouts/SidebarLayout/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dumi/pages/theme-editor/index.tsx b/.dumi/pages/theme-editor/index.tsx index 9105b72bd9..06ff1c5f65 100644 --- a/.dumi/pages/theme-editor/index.tsx +++ b/.dumi/pages/theme-editor/index.tsx @@ -38,7 +38,7 @@ const locales = { }, }; -const useStyle = createStyles(({ token, css }) => ({ +const useStyle = createStyles(({ css }) => ({ header: css({ display: 'flex', height: 56, diff --git a/.dumi/theme/layouts/SidebarLayout/index.tsx b/.dumi/theme/layouts/SidebarLayout/index.tsx index 6192798506..dd07bd5771 100644 --- a/.dumi/theme/layouts/SidebarLayout/index.tsx +++ b/.dumi/theme/layouts/SidebarLayout/index.tsx @@ -5,7 +5,7 @@ import CommonHelmet from '../../common/CommonHelmet'; import Content from '../../slots/Content'; import Sidebar from '../../slots/Sidebar'; -const useStyle = createStyles(({ token, css }) => ({ +const useStyle = createStyles(({ css }) => ({ main: css` display: flex; margin-top: 40px;