aboutsummaryrefslogtreecommitdiff
path: root/src/popup.js
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-02-11 00:13:45 -0500
committerDeterminant <ted.sybil@gmail.com>2019-02-11 00:13:45 -0500
commit7ec26813a0cae0996f2d5873b9bdd1aeede68d41 (patch)
tree442bccf6f7de6d8b6e32a33c145377d62f5f88ab /src/popup.js
parent8a0f7d58a136e87f71b790bbbb489af111472796 (diff)
support custom color
Diffstat (limited to 'src/popup.js')
-rw-r--r--src/popup.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/popup.js b/src/popup.js
index f13688c..c93ce91 100644
--- a/src/popup.js
+++ b/src/popup.js
@@ -7,7 +7,7 @@ import IconButton from '@material-ui/core/IconButton';
import RefreshIcon from '@material-ui/icons/Refresh';
import Logo from './Logo';
import Typography from '@material-ui/core/Typography';
-import theme from './theme';
+import { theme } from './theme';
import CssBaseline from '@material-ui/core/CssBaseline';
import { PatternEntry } from './pattern';
import { Duration } from './duration';
@@ -26,6 +26,7 @@ const styles = theme => ({
overflow: 'auto',
},
buttons: {
+ width: 400,
height: 48,
lineHeight: '48px'
},