Clearer username styling

This commit is contained in:
Jack Kingsman
2026-02-13 01:29:36 -08:00
parent 76db547f50
commit a598cbbd1a

View File

@@ -408,7 +408,7 @@ export function MessageList({
)}
>
{showAvatar && (
<div className="text-[13px] font-semibold text-muted-foreground mb-0.5">
<div className="text-[13px] font-bold text-foreground mb-0.5">
{canClickSender ? (
<span
className="cursor-pointer hover:text-primary hover:underline"