mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
set ocean as default theme
This commit is contained in:
parent
e28a543d4f
commit
244b897a2e
|
@ -43,7 +43,7 @@ export default class LogMonitor {
|
|||
static defaultProps = {
|
||||
select: (state) => state,
|
||||
monitorState: { isVisible: true },
|
||||
theme: 'monokai'
|
||||
theme: 'ocean'
|
||||
};
|
||||
|
||||
componentWillReceiveProps(nextProps) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user