File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/react-renderer-demo/src/app/src/components Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ import Paper from '@material-ui/core/Paper';
13
13
import SvgIcon from '@material-ui/core/SvgIcon' ;
14
14
import Typography from '@material-ui/core/Typography' ;
15
15
16
+ import grey from '@material-ui/core/colors/grey' ;
17
+
16
18
import GhIcon from './common/gh-svg-icon' ;
17
19
import NpmSvgIcon from './common/npm-svg-icon' ;
18
20
import TwitterIcon from './common/twitter-svg-icon' ;
@@ -43,6 +45,7 @@ const drawerWidth = 240;
43
45
const useStyles = makeStyles ( ( theme ) => ( {
44
46
footer : {
45
47
marginTop : 64 ,
48
+ backgroundColor : grey [ 200 ] ,
46
49
display : 'flex' ,
47
50
justifyContent : 'space-between' ,
48
51
flexWrap : 'wrap' ,
Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ const useStyles = makeStyles((theme) => ({
55
55
} )
56
56
} ,
57
57
contentWrapper : {
58
- paddingTop : 86 ,
59
- paddingBottom : 32
58
+ paddingTop : 86
60
59
} ,
61
60
menuButton : {
62
61
marginRight : theme . spacing ( 2 )
You can’t perform that action at this time.
0 commit comments