mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 05:06:50 +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() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div style={this.props.getStyle(this.props)}>
|
<div style={{...this.props.getStyle(this.props), ...this.props.style}}>
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user