From 7170917e5b3e6b04c3941f66de47bc820b99c95b Mon Sep 17 00:00:00 2001 From: Yifei Gao Date: Fri, 19 Apr 2024 16:28:33 -0400 Subject: [PATCH] Update `NOC` color --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 592a1a1..c939fd1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,8 +11,8 @@ module.exports = { }, colors: { noc: { - 400: '#F166C0', - 500: '#CD57A3', + 400: '#CE3699', + 500: '#BD2E7F', }, }, typography: ({ theme }) => ({