From d81ec992b58ef8a04dbbdf66bba8aa950d90e52e Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Mon, 4 Nov 2024 11:40:36 +0700 Subject: [PATCH] fix warning --- .../templates/shared-theme/ColorModeIconDropdown.js | 1 + .../templates/shared-theme/ColorModeIconDropdown.tsx | 1 + 2 files changed, 2 insertions(+) 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', },