This repository was archived by the owner on Mar 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export * from './src/hook/usePalette';
2323export * from './src/provider/DesignProvider' ;
2424export * from './src/server/styles/DesignToken' ;
2525export * from './src/server/styles/palette' ;
26- export * from './src/server/ styles/Theme' ;
26+ export * from './src/styles/Theme' ;
2727export * from './src/component/base/Img' ;
2828export * from './src/component/base/Link' ;
2929export * from './src/component/dialog/AppAlertDialog' ;
Original file line number Diff line number Diff line change 1+ 'use-client' ;
2+
13import type {
24 ComponentStyleConfig ,
35 StyleFunctionProps ,
@@ -8,8 +10,8 @@ import { extendTheme, withDefaultColorScheme } from '@chakra-ui/react';
810import { mode } from '@chakra-ui/theme-tools' ;
911import type { Dict } from '@chakra-ui/utils' ;
1012
11- import { DT } from './DesignToken' ;
12- import { darkPalette , lightPalette , palette } from './palette' ;
13+ import { DT } from '../server/styles /DesignToken' ;
14+ import { darkPalette , lightPalette , palette } from '../server/styles /palette' ;
1315
1416const config : ThemeConfig = {
1517 initialColorMode : 'dark' ,
You can’t perform that action at this time.
0 commit comments