Skip to content

Commit

Permalink
Large screens backdrop vertical spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
murillojorge committed Sep 1, 2020
1 parent 1f22756 commit c487cfe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/routes/Evodex/BackLayer/Exchange/ExchangeBackLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const useStyles = makeStyles((theme) => ({
paddingRight: theme.spacing(4)
},
[theme.breakpoints.up('lg')]: {
padding: theme.spacing(3, 0)
padding: theme.spacing(4, 0)
}
},
titleBox: {
Expand Down Expand Up @@ -97,11 +97,11 @@ const useStyles = makeStyles((theme) => ({
flexDirection: 'row'
},
[theme.breakpoints.up('lg')]: {
marginTop: theme.spacing(0),
padding: theme.spacing(0),
//marginTop: theme.spacing(0),
//padding: theme.spacing(0),
alignItems: 'start',
'& > .MuiBox-root': {
marginTop: theme.spacing(2)
marginTop: theme.spacing(1)
}
}
},
Expand Down Expand Up @@ -173,7 +173,7 @@ const useStyles = makeStyles((theme) => ({
}
},
[theme.breakpoints.up('lg')]: {
paddingTop: theme.spacing(2)
//paddingTop: theme.spacing(2)
}
},
message: {
Expand Down Expand Up @@ -231,7 +231,7 @@ const ExchangeBackLayer = ({ onReload, ual, isLightMode, showMessage }) => {
set = setYouReceive
break
default:
set = () => {}
set = () => { }
}

set((prevState) => ({
Expand Down

0 comments on commit c487cfe

Please sign in to comment.