diff --git a/tailwind.config.js b/tailwind.config.js index 83760b916da..c67e81abc32 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -73,6 +73,11 @@ module.exports = { }, }, }, + colors: { + indigo: { + 500: '#5956eb', + } + }, }, },