Skip to content

Commit

Permalink
Fixed colors extending
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed May 6, 2024
1 parent be7d717 commit fd82dba
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ module.exports = {
scale: {
'-100': '-1',
},
},
colors: {
'press-indigo': '#003D69',
'press-grass': '#00593E',
'press-bay-light-light': '#a0d2bf',
'press-sand': '#9c9286',
colors: {
...decanter.theme.extend.colors,
'press-indigo': '#003D69',
'press-grass': '#00593E',
'press-bay-light-light': '#a0d2bf',
'press-sand': '#9c9286',
},
},
},
plugins: [
Expand Down

0 comments on commit fd82dba

Please sign in to comment.