diff --git a/projects/mercury/src/common/components/LoadingOverlayWrapper.js b/projects/mercury/src/common/components/LoadingOverlayWrapper.js index 71e69a7bf..5871a5b50 100644 --- a/projects/mercury/src/common/components/LoadingOverlayWrapper.js +++ b/projects/mercury/src/common/components/LoadingOverlayWrapper.js @@ -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 } })); diff --git a/projects/mercury/src/file/FileOperations.styles.js b/projects/mercury/src/file/FileOperations.styles.js index e73985633..8b912a725 100644 --- a/projects/mercury/src/file/FileOperations.styles.js +++ b/projects/mercury/src/file/FileOperations.styles.js @@ -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,