Browse Source

chore: code clean

docs/rm-emotion-react
MadCcc 1 year ago
parent
commit
d2f8a3bc75
  1. 2
      .dumi/pages/theme-editor/index.tsx
  2. 2
      .dumi/theme/layouts/SidebarLayout/index.tsx

2
.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,

2
.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;

Loading…
Cancel
Save