style: add select-none class to avatar components for improved user experience

This commit is contained in:
Anish Sarkar 2026-02-12 18:49:52 +05:30
parent d627409af0
commit 30a1063a14
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ function UserAvatar({
return (
<div
className="flex h-8 w-8 shrink-0 items-center justify-center rounded-lg text-xs font-semibold text-white"
className="flex h-8 w-8 shrink-0 items-center justify-center rounded-lg text-xs font-semibold text-white select-none"
style={{ backgroundColor: bgColor }}
>
{initials}