diff --git a/dashboard/tailwind.config.js b/dashboard/tailwind.config.js index 236ac5349..9cdf7cc2f 100644 --- a/dashboard/tailwind.config.js +++ b/dashboard/tailwind.config.js @@ -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: {