Skip to content

Commit

Permalink
style: tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo310 committed Mar 26, 2024
1 parent 6b5abb6 commit 4ff47cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
extend: {
colors: {
primary: {
DEFAULT: 'hsl(var(--accent-h), var(--accent-s), var(--accent-l))',
DEFAULT: 'var(--color-accent)',
},
secondary: {
DEFAULT: 'hsl(var(--accent-h), 10%, var(--accent-l))',
Expand Down

0 comments on commit 4ff47cb

Please sign in to comment.