Skip to content

Commit

Permalink
feat: Change main color to zinc
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 committed Jul 27, 2024
1 parent aae9a51 commit 8a2a2ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ module.exports = {
},
colors: {
black: '#131a20',
slate: colors.slate,
slate: colors.zinc,
// "primary" and "neutral" are deprecated, prefer the use of "blue" and "gray"
// in new code.
primary: colors.blue,
neutral: colors.slate,
gray: colors.zinc,
neutral: colors.zinc,
cyan: colors.cyan,
},
fontSize: {
Expand Down

0 comments on commit 8a2a2ca

Please sign in to comment.