diff --git a/tailwind.config.js b/tailwind.config.js index 7c814bd61..e7c50f596 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -30,6 +30,10 @@ module.exports = { gray: gray, neutral: gray, cyan: colors.cyan, + neutral: { + 800: '#212121', + 900: '#121212', + } }, fontSize: { '2xs': '0.625rem',