Update screen-sharing window styling
This commit is contained in:
parent
5869717cd3
commit
a0d98ab312
2 changed files with 8 additions and 7 deletions
|
@ -13,12 +13,14 @@ const { ScreenShareWindowProps } = window.Signal;
|
|||
strictAssert(ScreenShareWindowProps, 'window values not provided');
|
||||
|
||||
ReactDOM.render(
|
||||
<CallingScreenSharingController
|
||||
i18n={i18n}
|
||||
onCloseController={() => window.SignalContext.executeMenuRole('close')}
|
||||
onStopSharing={ScreenShareWindowProps.onStopSharing}
|
||||
presentedSourceName={ScreenShareWindowProps.presentedSourceName}
|
||||
/>,
|
||||
<div className="App dark-theme">
|
||||
<CallingScreenSharingController
|
||||
i18n={i18n}
|
||||
onCloseController={() => window.SignalContext.executeMenuRole('close')}
|
||||
onStopSharing={ScreenShareWindowProps.onStopSharing}
|
||||
presentedSourceName={ScreenShareWindowProps.presentedSourceName}
|
||||
/>
|
||||
</div>,
|
||||
|
||||
document.getElementById('app')
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue