set ocean as default theme

This commit is contained in:
dzannotti 2015-08-07 17:48:34 +01:00
parent e28a543d4f
commit 244b897a2e

View File

@ -43,7 +43,7 @@ export default class LogMonitor {
static defaultProps = { static defaultProps = {
select: (state) => state, select: (state) => state,
monitorState: { isVisible: true }, monitorState: { isVisible: true },
theme: 'monokai' theme: 'ocean'
}; };
componentWillReceiveProps(nextProps) { componentWillReceiveProps(nextProps) {