From 0ed19645507776d54029145bb6eb182814156e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=9E=AC?= Date: Sat, 14 Sep 2024 15:14:31 +0900 Subject: [PATCH] =?UTF-8?q?design:=20primary=20color=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/tag-data.json | 2 +- tailwind.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/tag-data.json b/app/tag-data.json index 4b3e819..2079662 100644 --- a/app/tag-data.json +++ b/app/tag-data.json @@ -1 +1 @@ -{ "css": 1, "js": 4, "react": 5, "npm": 1, "webpack": 1, "personal": 1, "javascript": 1 } +{ "fe": 1, "react": 6, "css": 1, "javascript": 1, "js": 4, "npm": 1, "personal": 1, "webpack": 1 } diff --git a/tailwind.config.js b/tailwind.config.js index 3c14209..3b56eca 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -25,7 +25,7 @@ module.exports = { sans: ['var(--font-space-grotesk)', ...fontFamily.sans], }, colors: { - primary: colors.pink, + primary: colors.blue, gray: colors.gray, }, zIndex: {