refactor(frontend): reduce gap between icon and text in chat status indicator (#12313)

This commit is contained in:
Hiep Le
2026-01-08 23:09:16 +07:00
committed by GitHub
parent a40f7bda21
commit 50d9cbac04

View File

@@ -15,7 +15,7 @@ function ChatStatusIndicator({
<div
data-testid="chat-status-indicator"
className={cn(
"h-[31px] w-fit rounded-[100px] pt-[20px] pr-[16px] pb-[20px] pl-[5px] bg-[#25272D] flex items-center gap-2",
"h-[31px] w-fit rounded-[100px] pt-[20px] pr-[16px] pb-[20px] pl-[5px] bg-[#25272D] flex items-center",
)}
>
<AnimatePresence mode="wait">