We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3dbec commit 2627430Copy full SHA for 2627430
1 file changed
src/features/desktopCapturer/Component.js
@@ -3,7 +3,7 @@ import { H1 } from '@meetfranz/ui';
3
import { ipcRenderer } from 'electron';
4
import { observer } from 'mobx-react';
5
import PropTypes from 'prop-types';
6
-import React, { Component } from 'react';
+import { Component } from 'react';
7
import { defineMessages, intlShape } from 'react-intl';
8
import injectSheet from 'react-jss';
9
@@ -35,6 +35,7 @@ const styles = theme => ({
35
textAlign: 'center',
36
display: 'flex',
37
flexDirection: 'column',
38
+ background: theme.colorBackground,
39
padding: 40,
40
},
41
headline: {
0 commit comments