File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/ui/src/components/block Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ function MicrophoneSelector({
351351 < Popover open = { isOpen } onOpenChange = { handleOpenChange } >
352352 < div className = "flex h-10 rounded-lg border border-input overflow-hidden bg-background" >
353353 < button
354- className = "flex-1 min-w-0 flex items-center justify-center gap-2 transition-all hover:bg-accent focus-visible:outline-none focus-visible:bg-accent disabled:opacity-50 disabled:pointer-events-none"
354+ className = "flex-1 min-w-0 flex items-center justify-center gap-2 transition-all hover:bg-accent focus-visible:outline-none focus-visible:bg-accent disabled:opacity-50 disabled:pointer-events-none px-2 "
355355 disabled = { disabled }
356356 onClick = { onToggleMuted }
357357 >
You can’t perform that action at this time.
0 commit comments