Skip to content

Commit

Permalink
add APP_SECONDARY_COLOR to tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunsinghofficial committed Jan 28, 2025
1 parent b8156ba commit df9bd20
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 @@ -14,7 +14,7 @@ export default {
extend: {
colors: {
brand: process.env.PUBLIC_APP_PRIMARY_COLOR || '#78aa36',
'brand-secondary': '#486621',
'brand-secondary': process.env.PUBLIC_APP_SECONDARY_COLOR || '#486621',
// flowbite-svelte
primary: {
50: '#FFF5F2',
Expand Down

0 comments on commit df9bd20

Please sign in to comment.