Skip to content

Commit

Permalink
fix: fix color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Aug 7, 2024
1 parent 319953f commit 1cfebde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export const darkTheme = Themes.toViewport({
'--color-secondary': 'hsla(var(--hsl-secondary), 1)',
'--hsl-tertiary': 'var(--hsl-on-surface-variant)',
'--color-tertiary': 'hsla(var(--hsl-tertiary), 1)',
'--color-muted': '264, 5%, 58%',
'--hsl-muted': 'hsla(var(--color-muted), 1)'
'--hsl-muted': '264, 5%, 58%',
'--color-muted': 'hsla(var(--color-muted), 1)'
})

0 comments on commit 1cfebde

Please sign in to comment.