From 7601e3fe7654dfe1149b2fb86e9e5fab81264aa2 Mon Sep 17 00:00:00 2001 From: Angelillo15 Date: Sat, 5 Aug 2023 13:35:01 +0200 Subject: [PATCH] added orange color --- tailwind.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tailwind.config.js b/tailwind.config.js index 83403546d..ca7b40bb0 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -27,6 +27,7 @@ module.exports = { // "primary" and "neutral" are deprecated, prefer the use of "blue" and "gray" // in new code. primary: colors.blue, + orange: colors.orange, gray: gray, neutral: gray, cyan: colors.cyan,