[WEB-5873] fix: user avatar ui consistency #5364

This commit is contained in:
Anmol Singh Bhatia
2026-01-08 20:30:52 +05:30
committed by GitHub
parent a7e3cbf33d
commit 66d7b34337
@@ -68,7 +68,7 @@ export function NameColumn(props: NameProps) {
</Link>
) : (
<Link href={`/${workspaceSlug}/profile/${id}`}>
<span className="relative flex size-6 items-center justify-center rounded-full bg-gray-700 capitalize text-on-color text-11">
<span className="relative flex size-6 items-center justify-center rounded-full bg-layer-3 capitalize text-on-color text-11">
{(email ?? display_name ?? "?")[0]}
</span>
</Link>