Skip to content

Commit

Permalink
feat: 안내 문구 hover 색 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gogumalatte committed Nov 29, 2024
1 parent a8cf4e6 commit 408def0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/MainPage/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ const MainPage = () => {
height: "1px",
borderBottom: "2px dashed #555",
}}
_hover={{
color: "#7E2B24", // 텍스트 색상 변경
_after: {
borderBottomColor: "#7E2B24", // 밑줄 색상 변경
},
}}
>
챗봇 더 알아보기
</Text>
Expand Down

0 comments on commit 408def0

Please sign in to comment.