feat(wip): add dashboard

This commit is contained in:
Daniel Soares
2021-12-13 00:36:38 -03:00
parent 7b7e6b9cbd
commit c7dc121d9e
10 changed files with 208 additions and 3 deletions

View File

@@ -13,7 +13,8 @@ export const Home = () => {
<Wrapper
css={{
background: theme.colors[colors.background as keyof typeof theme.colors],
color: theme.colors[colors.texts as keyof typeof theme.colors]
color: theme.colors[colors.texts as keyof typeof theme.colors],
fontFamily: theme.fonts[font as keyof typeof theme.fonts]
}}
>
<Content>