Skip to content

Commit

Permalink
chore: update tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jeovazero committed Jun 1, 2021
1 parent 365a735 commit 3b4897c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const ThemeOption = styled.div`
export const Theme = styled.main`
--primary: #560F80;
--primaryLight: #781AAE;
--fontFamily: ${FONT_FAMILY};
--fontFamilyPrimary: ${FONT_FAMILY.primary};
--fontFamilySecondary: ${FONT_FAMILY.secondary};
${themeCss}
`
5 changes: 4 additions & 1 deletion src/tokens.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export const FONT_FAMILY = '\'Pattaya\', sans-serif'
export const FONT_FAMILY = {
primary: '\'Viga\', sans-serif',
secondary: '\'Pattaya\', sans-serif'
} as const

export const THEME = {
purple: {
Expand Down

0 comments on commit 3b4897c

Please sign in to comment.