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';
1313import SvgIcon from '@material-ui/core/SvgIcon' ;
1414import Typography from '@material-ui/core/Typography' ;
1515
16+ import grey from '@material-ui/core/colors/grey' ;
17+
1618import GhIcon from './common/gh-svg-icon' ;
1719import NpmSvgIcon from './common/npm-svg-icon' ;
1820import TwitterIcon from './common/twitter-svg-icon' ;
@@ -43,6 +45,7 @@ const drawerWidth = 240;
4345const useStyles = makeStyles ( ( theme ) => ( {
4446 footer : {
4547 marginTop : 64 ,
48+ backgroundColor : grey [ 200 ] ,
4649 display : 'flex' ,
4750 justifyContent : 'space-between' ,
4851 flexWrap : 'wrap' ,
Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ const useStyles = makeStyles((theme) => ({
5555 } )
5656 } ,
5757 contentWrapper : {
58- paddingTop : 86 ,
59- paddingBottom : 32
58+ paddingTop : 86
6059 } ,
6160 menuButton : {
6261 marginRight : theme . spacing ( 2 )
You can’t perform that action at this time.
0 commit comments