Hi!
I am trying to add the teal color in config.tailwind.js is something wrong with my config?
I add to the top
const colors = require('tailwindcss/colors')
And the new teal declaration in the color hash
"code-400": "#fefcf9",
"code-600": "#3c455b",
teal: colors.teal,