diff --git a/docs/src/components/action/LogoWithCopyMenu.tsx b/docs/src/components/action/LogoWithCopyMenu.tsx
index 4fac177a6361ca..90ffbc42689bee 100644
--- a/docs/src/components/action/LogoWithCopyMenu.tsx
+++ b/docs/src/components/action/LogoWithCopyMenu.tsx
@@ -84,12 +84,12 @@ export default function LogoWithCopyMenu({
sx={(theme) => ({
'& .MuiMenuItem-root': {
gap: 1,
- '& * path, .MuiSvgIcon-root': {
+ '& path': {
fill: (theme.vars || theme).palette.text.tertiary,
color: (theme.vars || theme).palette.text.tertiary,
},
'&:hover, &:focus-visible': {
- '& * path, .MuiSvgIcon-root': {
+ '& path': {
fill: (theme.vars || theme).palette.text.primary,
color: (theme.vars || theme).palette.text.primary,
},
diff --git a/docs/src/icons/SvgBaseUiLogo.tsx b/docs/src/icons/SvgBaseUiLogo.tsx
index 5eeb42f4c2b06a..6b2e7c420da898 100644
--- a/docs/src/icons/SvgBaseUiLogo.tsx
+++ b/docs/src/icons/SvgBaseUiLogo.tsx
@@ -14,8 +14,8 @@ export default function SvgBaseUiLogo(props: RootSvgProps) {
);
diff --git a/docs/src/icons/SvgMuiLogomark.tsx b/docs/src/icons/SvgMuiLogomark.tsx
index 0c7336c47533a6..40e37d554d9cd8 100644
--- a/docs/src/icons/SvgMuiLogomark.tsx
+++ b/docs/src/icons/SvgMuiLogomark.tsx
@@ -14,8 +14,8 @@ export default function SvgMuiLogomark(props: RootSvgProps) {
);