Skip to content

Commit 58ab6f6

Browse files
committed
Fixing export body styles
1 parent 463f601 commit 58ab6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deck.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ class Deck extends React.Component {
269269
}
270270
render() {
271271
const globals = this.context.export ? {
272-
body: {
272+
body: assign(this.context.styles.global.body, {
273273
minWidth: 1100,
274274
minHeight: 850,
275275
overflow: "auto"
276-
}
276+
})
277277
} : {};
278278

279279
const styles = {

0 commit comments

Comments
 (0)