From b4798bb85affbb3610d1870540f4d50dc15e55f6 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 25 Nov 2021 20:16:47 -0600 Subject: [PATCH] fix --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 0352bd2fc..4ceb42a34 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -16,9 +16,9 @@ module.exports = { gray: colors.gray, pink: colors.pink, green: colors.green, - red: colors.rose, + red: colors.red, yellow: colors.amber, - blue: colors.blue + blue: colors.sky }, extend: {}, },