Skip to content

Commit

Permalink
add APP_PRIMARY_COLOR to env and implement brand, brand-secondary in …
Browse files Browse the repository at this point in the history
…tailwind.config.js for global color styling
  • Loading branch information
tarunsinghofficial committed Jan 17, 2025
1 parent 35a7025 commit 2fb4f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export default {
theme: {
extend: {
colors: {
brand: process.env.APP_PRIMARY_COLOR || '#78aa36',
'brand-secondary': '#486621',
// flowbite-svelte
primary: {
50: '#FFF5F2',
Expand Down

0 comments on commit 2fb4f0c

Please sign in to comment.