From 83023423ab9214f2424ca5d59f89555e7af8fbf2 Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Fri, 12 May 2023 11:43:55 +0800 Subject: [PATCH] chore: speaking color --- src/routes/chat/Layout/DMVoicing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/chat/Layout/DMVoicing.tsx b/src/routes/chat/Layout/DMVoicing.tsx index 4933efed..25334270 100644 --- a/src/routes/chat/Layout/DMVoicing.tsx +++ b/src/routes/chat/Layout/DMVoicing.tsx @@ -37,7 +37,7 @@ const VoicingBlocks = ({ sendByMe, connected, from, to }: BlockProps) => { const showWaiting = idx == 1 && !connected && sendByMe; return
- {speaking &&
} + {speaking &&
} {showWaiting &&
}