fix: PTT iframe focus, folds-native PTT badge styling

This commit is contained in:
root
2026-05-14 19:37:19 -04:00
parent 94722c8a97
commit 20abfc0342
3 changed files with 37 additions and 13 deletions
+4 -4
View File
@@ -182,14 +182,14 @@ export function CallControl({
<Box alignItems="Inherit" gap="200">
{pttMode && (
<Chip
variant="Critical"
variant={microphone ? 'Success' : 'Warning'}
fill="Soft"
radii="300"
radii="400"
size="300"
outlined
style={{ pointerEvents: 'none', fontWeight: 700, letterSpacing: '0.06em' }}
style={{ pointerEvents: 'none', fontWeight: 700 }}
>
<Text size="T200">PTT {pttKeyLabel}</Text>
<Text size="T200">{microphone ? '● Live' : `PTT ${pttKeyLabel}`}</Text>
</Chip>
)}
<MicrophoneButton