Skip to content

Commit

Permalink
fix(react): fixed theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Sep 1, 2021
1 parent 9b37c5a commit d0be8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/aksara-provider/injectGlobalStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const injectGlobalStyles = (additionalStyles?: string | ReturnType<typeof css>)
body {
font-family: ${p => p.theme.fonts.system};
background-color: ${p => p.theme.colors['bg-secondary']};
color: ${p => p.theme.colors.text01};
color: ${p => p.theme.colors.greydark02};
}
a {
Expand Down

0 comments on commit d0be8f0

Please sign in to comment.