2
0

docs(lp): 💄 Refont LP for v2

This commit is contained in:
Baptiste Arnaud
2022-03-17 14:37:00 +01:00
parent c437211327
commit 21e926a477
131 changed files with 2834 additions and 3260 deletions

View File

@ -1,5 +1,7 @@
import { extendTheme } from '@chakra-ui/react'
const config = { initialColorMode: 'dark', useSystemColorMode: false }
const fonts = {
heading: 'Outfit',
body: 'Open Sans',
@ -75,4 +77,9 @@ const components = {
},
}
export const theme = extendTheme({ fonts, components, colors })
export const theme = extendTheme({
fonts,
components,
colors,
config,
})