fix: PTT iframe focus, folds-native PTT badge styling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user