Skip to content

Commit 0942ed0

Browse files
committed
refactor: 가독성 개선
1 parent 17f8fef commit 0942ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/BoardPost.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default function BoardPost() {
172172
<TableRow className="hover:bg-gray-100 cursor-pointer">
173173
<TableCell className="font-bold">
174174
<span
175-
className="cursor-pointer hover:underline"
175+
className="cursor-pointer text-[20px] font-semibold text-gray-800 hover:underline hover:text-[#065570] transition-colors"
176176
onClick={() => navigate(`/board/${post.id}`)}
177177
>
178178
{post.title}

0 commit comments

Comments
 (0)