diff --git a/tailwind.config.js b/tailwind.config.js index 37d2ed42..b042ff31 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -28,6 +28,10 @@ module.exports = { gray: colors.gray, white: colors.white, red: colors.red, + green: { + 100: colors.green[100], + 800: colors.green[800], + } } }, corePlugins: {