Skip to content

Commit

Permalink
Standard js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiR0jas committed Jul 30, 2024
1 parent 4a16783 commit aa4d473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
theme: {
extend: {
boxShadow: {
'simple': '0px 0px 25px 0px rgba(0, 0, 0, 0.50)'
simple: '0px 0px 25px 0px rgba(0, 0, 0, 0.50)'
},
fontFamily: {
sans: ['Roboto', ...defaultTheme.fontFamily.sans]
Expand All @@ -31,7 +31,7 @@ module.exports = {
blue: '#0A4E6B',
'green-dark': '#62C554',
'green-light': '#D8F1D4'
},
}
}
},
plugins: [
Expand Down

0 comments on commit aa4d473

Please sign in to comment.