Skip to content

Commit

Permalink
Update theme.js
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoviannaaraujo authored Oct 29, 2020
1 parent 30a68cd commit 38f1d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const COLOR_MAP = {
dark: {
background: '#1D1D1D',
midground: '#2D2D2D',
foreground: '#333434',
foreground: '#414242',
title: '#EFEFEF',
text: '#FFFEFE',
footnote: '#C3BEBE',
Expand Down Expand Up @@ -153,4 +153,4 @@ export function useTheme(value) {
const locale = useContext(LocaleContext)

return theme({variant, breakpoint, locale})
}
}

0 comments on commit 38f1d7b

Please sign in to comment.