Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

mui theme remove shadow

import { createTheme } from "@mui/material/styles";
import shadows from "@mui/material/styles/shadows";

const theme = createTheme({
	shadows: shadows.map(() => "none"),
});
 
PREVIOUS NEXT
Tagged: #mui #theme #remove #shadow
ADD COMMENT
Topic
Name
9+1 =