From 983331e4ddf0ae35d475b5836933f3065d80933f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 29 Apr 2026 11:58:49 +0400 Subject: [PATCH] Update avatar initials colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- packages/ui/src/Atoms/Avatar/Avatar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/Atoms/Avatar/Avatar.tsx b/packages/ui/src/Atoms/Avatar/Avatar.tsx index 16faa3214..7eab3122e 100644 --- a/packages/ui/src/Atoms/Avatar/Avatar.tsx +++ b/packages/ui/src/Atoms/Avatar/Avatar.tsx @@ -22,7 +22,7 @@ type Props = { }; const avatar = tv({ - base: "bg-txt-success text-txt-invert rounded-full font-semibold flex items-center justify-center flex-none", + base: "bg-border-mid text-txt-invert! rounded-full font-semibold flex items-center justify-center flex-none", variants: { size: { s: "size-5 text-xss",