feat: improved layout

This commit is contained in:
鲁树人
2023-06-09 23:11:30 +01:00
parent 425ac8e283
commit 1c3b6c45c6
9 changed files with 1222 additions and 707 deletions

View File

@@ -1,4 +1,5 @@
import { extendTheme } from '@chakra-ui/react';
import { tabsTheme } from './themes/Tabs';
export const theme = extendTheme({
fonts: {
@@ -18,6 +19,17 @@ export const theme = extendTheme({
colorScheme: 'teal',
},
},
Tabs: tabsTheme,
Heading: {
baseStyle: {
userSelect: 'none',
},
},
Text: {
baseStyle: {
userSelect: 'none',
},
},
},
styles: {
global: {