Skip to content

Commit

Permalink
feat(tailwind): add main color
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Sep 5, 2022
1 parent 4a48c10 commit c2816e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ module.exports = {
...defaultTheme.screens
},
extend: {
colors: {
main: '#0485B4'
},
boxShadow: {
header: '0px 1px 30px rgba(0, 0, 0, 0.09)',
sound: '0px 0px 30px rgba(0, 0, 0, 0.04)'
Expand Down

0 comments on commit c2816e1

Please sign in to comment.