사용자 목록 로케일 및 링크 스타일 통일

This commit is contained in:
kyy
2026-06-05 13:36:36 +09:00
parent 1596342d03
commit f3e9ca52be
4 changed files with 32 additions and 14 deletions
@@ -1005,7 +1005,7 @@ function UserListPage() {
<TableCell>
<Link
to={`/users/${user.id}`}
className="font-medium hover:underline text-primary truncate block max-w-[150px]"
className="block max-w-[150px] truncate font-medium text-foreground transition-colors hover:text-primary hover:underline"
title={user.name}
>
{user.name}