Skip to content

Commit

Permalink
chore(#1294): update gray color shades in tailwind config file (#1295)
Browse files Browse the repository at this point in the history
Co-authored-by: sofiabaezzato <[email protected]>
  • Loading branch information
sofiabaezzato and sofiabaezzato authored Dec 25, 2023
1 parent 07b65d3 commit f2f9519
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dashboard/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ module.exports = {
950: '#00191A'
},
gray: {
50: '#F4F9F9',
100: '#F4F2F7',
200: '#EDEBEE',
300: '#CFD7D7',
400: '#B3BDBD',
500: '#95A3A3',
600: '#7F8B8B',
700: '#697372',
800: '#515959',
900: '#3A4040',
50: '#F6F9F9',
100: '#EDF1F2',
200: '#E4E8E9',
300: '#D0D6D6',
400: '#B6BDBD',
500: '#9AA3A3',
600: '#828B8B',
700: '#6B7272',
800: '#535959',
900: '#3B4040',
950: '#0C1717'
},
red: {
Expand Down

0 comments on commit f2f9519

Please sign in to comment.