2024-02-18 01:44:48 -05:00

10 lines
119 B
TypeScript

export default {
MuiPaper: {
styleOverrides: {
root: {
backgroundImage: 'none'
}
}
}
}