Skip to content

Instantly share code, notes, and snippets.

@aisurfer
Created August 17, 2023 09:37
Show Gist options
  • Save aisurfer/68a0c404ffdede8cf60340412a0f7295 to your computer and use it in GitHub Desktop.
Save aisurfer/68a0c404ffdede8cf60340412a0f7295 to your computer and use it in GitHub Desktop.
test2.js
const Paper = (theme) => {
return {
MuiPaper: {
styleOverrides: {
root: {
backgroundColor: theme.palette.secondary.light,
backgroundImage: 'none',
},
},
},
};
};
export default Paper;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment