feat: added dummy settings modal

This commit is contained in:
鲁树人
2023-06-03 14:58:17 +01:00
parent 1f9bef9ce6
commit 4620a17e0d
6 changed files with 99 additions and 3 deletions

View File

@@ -1,6 +1,24 @@
import { extendTheme } from '@chakra-ui/react';
export const theme = extendTheme({
fonts: {
body: [
'-system-ui,-apple-system,BlinkMacSystemFont',
'Source Han Sans CN,Noto Sans CJK SC',
'Segoe UI,Helvetica,Arial,sans-serif',
'Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol',
].join(','),
},
components: {
Button: {
baseStyle: {
fontWeight: 'normal',
},
defaultProps: {
colorScheme: 'teal',
},
},
},
styles: {
global: {
body: {