From 6538f5d650484a3d674b4ed75c81a6ad57ec4850 Mon Sep 17 00:00:00 2001 From: renere Date: Sat, 29 Jun 2024 21:13:04 +0930 Subject: [PATCH] Run prettier --- ui/src/themes/modernDark.css.js | 2 +- ui/src/themes/modernDark.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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: {