diff --git a/docs/data/material/getting-started/templates/shared-theme/ColorModeIconDropdown.js b/docs/data/material/getting-started/templates/shared-theme/ColorModeIconDropdown.js index dbc5367e03d8a1..ea2ce97c5bc23b 100644 --- a/docs/data/material/getting-started/templates/shared-theme/ColorModeIconDropdown.js +++ b/docs/data/material/getting-started/templates/shared-theme/ColorModeIconDropdown.js @@ -65,6 +65,7 @@ export default function ColorModeIconDropdown(props) { slotProps={{ paper: { variant: 'outlined', + elevation: 0, sx: { my: '4px', }, diff --git a/docs/data/material/getting-started/templates/shared-theme/ColorModeIconDropdown.tsx b/docs/data/material/getting-started/templates/shared-theme/ColorModeIconDropdown.tsx index daedf4daba8f23..3af1e07d2603db 100644 --- a/docs/data/material/getting-started/templates/shared-theme/ColorModeIconDropdown.tsx +++ b/docs/data/material/getting-started/templates/shared-theme/ColorModeIconDropdown.tsx @@ -65,6 +65,7 @@ export default function ColorModeIconDropdown(props: IconButtonOwnProps) { slotProps={{ paper: { variant: 'outlined', + elevation: 0, sx: { my: '4px', },