Skip to content

Commit 2627430

Browse files
committed
fix(Screen Share): Fix missing background color
1 parent 5e3dbec commit 2627430

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/features/desktopCapturer/Component.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { H1 } from '@meetfranz/ui';
33
import { ipcRenderer } from 'electron';
44
import { observer } from 'mobx-react';
55
import PropTypes from 'prop-types';
6-
import React, { Component } from 'react';
6+
import { Component } from 'react';
77
import { defineMessages, intlShape } from 'react-intl';
88
import injectSheet from 'react-jss';
99

@@ -35,6 +35,7 @@ const styles = theme => ({
3535
textAlign: 'center',
3636
display: 'flex',
3737
flexDirection: 'column',
38+
background: theme.colorBackground,
3839
padding: 40,
3940
},
4041
headline: {

0 commit comments

Comments
 (0)