From d45aa706cd86ee511b2352c905a4f606516d881a Mon Sep 17 00:00:00 2001 From: Johnson Mao Date: Sun, 19 Nov 2023 21:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20color=20gray=20to=20grey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 04f9493f..16bdc127 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -52,7 +52,7 @@ module.exports = { 800: "#930069", 900: "#710250", }, - gray: { + grey: { 50: "#F3F3F5", 100: "#DDDCE2", 200: "#C6C5CF",