mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Merge pull request #23 from jasonals/patch-2
Make DebugPanel style customizable.
This commit is contained in:
commit
53a8c74341
|
@ -42,7 +42,7 @@ export default class DebugPanel {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div style={this.props.getStyle(this.props)}>
|
||||
<div style={{...this.props.getStyle(this.props), ...this.props.style}}>
|
||||
{this.props.children}
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user