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);
}
`
`

View File

@ -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: {