chore: updates for UX

This commit is contained in:
Tristan Yang
2023-04-06 19:38:38 +08:00
parent 1e9d123338
commit 29675f593f
9 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const RTCWidget = ({ id, context = "channel" }: Props) => {
if (!name) return null;
const isReConnecting = voicingInfo.connectionState == "RECONNECTING";
return (
<div className='bg-gray-100 dark:bg-gray-900 flex flex-col p-2 rounded-3xl m-3 text-sm'>
<div className='bg-gray-100 dark:bg-gray-900 flex flex-col p-2 rounded-3xl m-3 mb-4 text-sm'>
{/* {voicingInfo && */}
<div className="flex justify-between items-center border-b border-b-gray-200 dark:border-b-gray-800 pb-2">
<div className="flex flex-1 items-center gap-1">