lore-hook-dialog-material-ui
Advanced tools
Comparing version 0.13.0-beta.17 to 0.13.0-beta.18
@@ -67,3 +67,4 @@ 'use strict'; | ||
open: this.state.isOpen, | ||
bodyStyle: { padding: 0 } | ||
bodyStyle: { padding: 0, border: 'none' }, | ||
autoScrollBodyContent: true | ||
}, | ||
@@ -70,0 +71,0 @@ _react2.default.cloneElement(dialog, { |
@@ -67,3 +67,4 @@ 'use strict'; | ||
open: this.state.isOpen, | ||
bodyStyle: { padding: 0 } | ||
bodyStyle: { padding: 0, border: 'none' }, | ||
autoScrollBodyContent: true | ||
}, | ||
@@ -70,0 +71,0 @@ _react2.default.cloneElement(dialog, { |
@@ -67,3 +67,4 @@ 'use strict'; | ||
open: this.state.isOpen, | ||
bodyStyle: { padding: 0 } | ||
bodyStyle: { padding: 0, border: 'none' }, | ||
autoScrollBodyContent: true | ||
}, | ||
@@ -70,0 +71,0 @@ _react2.default.cloneElement(dialog, { |
@@ -67,3 +67,4 @@ 'use strict'; | ||
open: this.state.isOpen, | ||
bodyStyle: { padding: 0 } | ||
bodyStyle: { padding: 0, border: 'none' }, | ||
autoScrollBodyContent: true | ||
}, | ||
@@ -70,0 +71,0 @@ _react2.default.cloneElement(dialog, { |
{ | ||
"name": "lore-hook-dialog-material-ui", | ||
"version": "0.13.0-beta.17", | ||
"version": "0.13.0-beta.18", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -47,3 +47,4 @@ import PropTypes from 'prop-types'; | ||
open={this.state.isOpen} | ||
bodyStyle={{ padding: 0 }} | ||
bodyStyle={{ padding: 0, border: 'none' }} | ||
autoScrollBodyContent={true} | ||
> | ||
@@ -50,0 +51,0 @@ {React.cloneElement(dialog, { |
@@ -47,3 +47,4 @@ import PropTypes from 'prop-types'; | ||
open={this.state.isOpen} | ||
bodyStyle={{ padding: 0 }} | ||
bodyStyle={{ padding: 0, border: 'none' }} | ||
autoScrollBodyContent={true} | ||
> | ||
@@ -50,0 +51,0 @@ {React.cloneElement(dialog, { |
28390
755