Run prettier

This commit is contained in:
renere 2024-06-29 21:13:04 +09:30
parent 7caed51fcc
commit 6538f5d650
2 changed files with 5 additions and 5 deletions

View File

@ -247,4 +247,4 @@ module.exports = `
background-color: var(--main); background-color: var(--main);
} }
` `

View File

@ -183,8 +183,7 @@ export default {
}, },
MuiAppBar: { MuiAppBar: {
positionFixed: { positionFixed: {
boxShadow: boxShadow: 'unset',
'unset',
}, },
colorSecondary: { colorSecondary: {
backgroundColor: 'unset', backgroundColor: 'unset',
@ -452,7 +451,8 @@ export default {
content: { content: {
padding: '0 !important', padding: '0 !important',
background: `${modernColours['lighterBackground']} !important`, background: `${modernColours['lighterBackground']} !important`,
'&::before': { // Very bodgy!! '&::before': {
// Very bodgy!!
content: '""', content: '""',
backgroundColor: modernColours['lighterBackground'], backgroundColor: modernColours['lighterBackground'],
color: modernColours['lighterBackground'], color: modernColours['lighterBackground'],
@ -471,7 +471,7 @@ export default {
appFrame: { appFrame: {
'@media (min-width: 0px)': { '@media (min-width: 0px)': {
marginTop: '48px', marginTop: '48px',
} },
}, },
}, },
RaList: { RaList: {