refactor: voicing icon at session

This commit is contained in:
Tristan Yang
2023-04-04 10:52:42 +08:00
parent 5b3ee6652f
commit 55c155083c
+1 -1
View File
@@ -131,7 +131,7 @@ const Session: FC<IProps> = ({
src={icon}
/>
)}
{isVoicing && <IconVoicing className="-top-0.5 -right-0.5 absolute w-[18px] h-[18px]" />}
{isVoicing && <IconVoicing className="top-0 -right-[7px] absolute w-6 h-6" />}
</div>
<div className="w-full flex flex-col justify-between overflow-hidden">
<div className="flex items-center justify-between ">