From f1f1588a2dbbeeab5d4a1ff931b9796178b348c2 Mon Sep 17 00:00:00 2001
From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
Date: Tue, 4 Jun 2024 15:04:00 -0300
Subject: [PATCH] act on Alex's and Michal's review
---
docs/src/components/action/LogoWithCopyMenu.tsx | 4 ++--
docs/src/icons/SvgBaseUiLogo.tsx | 4 ++--
docs/src/icons/SvgMuiLogomark.tsx | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
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) {
);