From 408def0198702527b1cd1712e1a979bafaedf9a1 Mon Sep 17 00:00:00 2001 From: kiyeong Date: Fri, 29 Nov 2024 14:59:59 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=95=88=EB=82=B4=20=EB=AC=B8=EA=B5=AC?= =?UTF-8?q?=20hover=20=EC=83=89=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/MainPage/MainPage.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/MainPage/MainPage.tsx b/src/pages/MainPage/MainPage.tsx index b162b36..a5b1fd2 100644 --- a/src/pages/MainPage/MainPage.tsx +++ b/src/pages/MainPage/MainPage.tsx @@ -208,6 +208,12 @@ const MainPage = () => { height: "1px", borderBottom: "2px dashed #555", }} + _hover={{ + color: "#7E2B24", // 텍스트 색상 변경 + _after: { + borderBottomColor: "#7E2B24", // 밑줄 색상 변경 + }, + }} > 챗봇 더 알아보기