mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
refactor(frontend): reduce gap between icon and text in chat status indicator (#12313)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user