From 8ebc0635705bdb8de1f3798044b37959dd00546d 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: {}, },