Skip to content

Commit

Permalink
add missing color
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnichollsc committed Feb 9, 2024
1 parent f4f5fe6 commit c71847c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
sans: ['Poppins', 'Inter var', ...defaultTheme.fontFamily.sans],
},
colors: {
'dark-gray': '#1A1B1D',
primary: {
DEFAULT: 'var(--theme-color-primary)',
contrast: 'var(--theme-color-primary-contrast)',
Expand Down

0 comments on commit c71847c

Please sign in to comment.