Skip to content

Commit

Permalink
Resolve PR comment related to the new UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed Jul 19, 2024
1 parent 4d81cb8 commit cf9d2ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ const useStyles = makeStyles(theme => ({
opacity: 0.4
},
backdrop: {
backgroundColor: '#747474',
backgroundColor: theme.palette.mellow.dark,
position: 'absolute',
top: 0,
left: 0,
width: '100%',
height: '100%'
height: '100%',
borderRadius: theme.shape.borderRadius
}
}));

Expand Down
6 changes: 5 additions & 1 deletion projects/mercury/src/file/FileOperations.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ const styles = () => ({
'& .MuiListItem-root': {
paddingTop: 4,
paddingBottom: 4
},
'& .MuiDivider-root': {
marginTop: 2,
marginBottom: 0
}
},
uploadMenuHelper: {
borderLeft: '8px solid #999',
padding: 20
padding: '5px 10px 5px 10px'
},
uploadMenuHelperText: {
margin: 0,
Expand Down

0 comments on commit cf9d2ad

Please sign in to comment.