From b041a93f4fdb4c2445bc18504d42d786d7f4bc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=ED=98=95=EC=A4=80?= Date: Thu, 22 Jun 2023 14:39:22 +0900 Subject: [PATCH] =?UTF-8?q?[Style]=20noti=20enemy=20font-color=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/Layout/NotiItem.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/Layout/NotiItem.module.scss b/styles/Layout/NotiItem.module.scss index 632bde318..2132e3059 100644 --- a/styles/Layout/NotiItem.module.scss +++ b/styles/Layout/NotiItem.module.scss @@ -29,7 +29,7 @@ border: 0.5px solid rgba(237, 116, 167, 1); color: rgba(255, 255, 255, 1); span { - color: rgba(220, 0, 92, 1); + color: #FF7272; } } &.matched {