diff --git a/ui/src/themes/modernDark.css.js b/ui/src/themes/modernDark.css.js index 259f626b2..059b82b49 100644 --- a/ui/src/themes/modernDark.css.js +++ b/ui/src/themes/modernDark.css.js @@ -247,4 +247,4 @@ module.exports = ` background-color: var(--main); } -` \ No newline at end of file +` diff --git a/ui/src/themes/modernDark.js b/ui/src/themes/modernDark.js index 4e1cc6708..440752b3f 100644 --- a/ui/src/themes/modernDark.js +++ b/ui/src/themes/modernDark.js @@ -183,8 +183,7 @@ export default { }, MuiAppBar: { positionFixed: { - boxShadow: - 'unset', + boxShadow: 'unset', }, colorSecondary: { backgroundColor: 'unset', @@ -452,7 +451,8 @@ export default { content: { padding: '0 !important', background: `${modernColours['lighterBackground']} !important`, - '&::before': { // Very bodgy!! + '&::before': { + // Very bodgy!! content: '""', backgroundColor: modernColours['lighterBackground'], color: modernColours['lighterBackground'], @@ -471,7 +471,7 @@ export default { appFrame: { '@media (min-width: 0px)': { marginTop: '48px', - } + }, }, }, RaList: {