From e12659dd7a8b5b553816a0769d7515f162365f69 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sat, 3 Jul 2021 23:59:17 +0200 Subject: [PATCH] Fixed: add green color --- tailwind.config.js | 4 ++++ 1 file changed, 4 insertions(+) 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: {