mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-18 23:46:04 +01:00
feat(wip): add dashboard
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user