Improve CallingScreenSharingController for long text
This commit is contained in:
parent
65a1e82857
commit
93bc094342
3 changed files with 26 additions and 4 deletions
|
@ -24,7 +24,11 @@ export const CallingScreenSharingController = ({
|
|||
{i18n('calling__presenting--info', [presentedSourceName])}
|
||||
</div>
|
||||
<div className="module-CallingScreenSharingController__buttons">
|
||||
<Button onClick={onStopSharing} variant={ButtonVariant.Destructive}>
|
||||
<Button
|
||||
className="module-CallingScreenSharingController__button"
|
||||
onClick={onStopSharing}
|
||||
variant={ButtonVariant.Destructive}
|
||||
>
|
||||
{i18n('calling__presenting--stop')}
|
||||
</Button>
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue