Skip to content

Commit ccc9ff2

Browse files
pencilchecktimneutkens
authored andcommitted
1 parent 72edd59 commit ccc9ff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/with-material-ui-next/components/withRoot.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import React, { Component } from 'react'
22
import { JssProvider } from 'react-jss'
3-
import { withStyles, createStyleSheet, MuiThemeProvider } from 'material-ui/styles'
3+
import { withStyles, MuiThemeProvider } from 'material-ui/styles'
44
import { getContext } from '../styles/context'
55

66
// Apply some reset
7-
const styleSheet = createStyleSheet(theme => ({
7+
const styleSheet = theme => ({
88
'@global': {
99
html: {
1010
background: theme.palette.background.default,
@@ -15,7 +15,7 @@ const styleSheet = createStyleSheet(theme => ({
1515
margin: 0
1616
}
1717
}
18-
}))
18+
})
1919

2020
let AppWrapper = props => props.children
2121

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy