Skip to content

Commit

Permalink
act on Alex's and Michal's review
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Jun 4, 2024
1 parent 55f3092 commit f1f1588
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/action/LogoWithCopyMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
4 changes: 2 additions & 2 deletions docs/src/icons/SvgBaseUiLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default function SvgBaseUiLogo(props: RootSvgProps) {
<path
fillRule="evenodd"
clipRule="evenodd"
fill="#007FFF"
d="M2 0a9 9 0 0 1 9 9v3H2V0Zm10 24c5.523 0 10-4.477 10-10H2c0 5.523 4.477 10 10 10Zm9.315-15.444A9 9 0 0 1 22 12h-9V3a9 9 0 0 1 8.315 5.556Z"
fill="#0073E6"
d="M2 0C6.97056 0 11 4.02944 11 9V12H2V0ZM12 24C17.5228 24 22 19.5228 22 14H2C2 19.5228 6.47715 24 12 24ZM21.3149 8.55585C21.7672 9.64778 22 10.8181 22 12H13V3C14.1819 3 15.3522 3.23279 16.4442 3.68508C17.5361 4.13738 18.5282 4.80031 19.364 5.63604C20.1997 6.47177 20.8626 7.46392 21.3149 8.55585Z"
/>
</RootSvg>
);
Expand Down
2 changes: 1 addition & 1 deletion docs/src/icons/SvgMuiLogomark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default function SvgMuiLogomark(props: RootSvgProps) {
<path
fillRule="evenodd"
clipRule="evenodd"
fill="#0073E6"
d="M24 5.601V1.592a.344.344 0 0 0-.514-.298l-2.64 1.508a.688.688 0 0 0-.346.597v4.009c0 .264.285.43.514.298l2.64-1.508A.688.688 0 0 0 24 5.6ZM.515 1.295l7.643 4.383a.688.688 0 0 0 .684 0l7.643-4.383a.344.344 0 0 1 .515.298v12.03c0 .235-.12.453-.319.58l-4.65 2.953 3.11 1.832c.22.13.495.127.713-.009l4.61-2.878a.344.344 0 0 0 .161-.292v-4.085c0-.254.14-.486.362-.606l2.507-1.346a.344.344 0 0 1 .506.303v7.531c0 .244-.13.47-.34.593l-7.834 4.592a.688.688 0 0 1-.71-.009l-5.953-3.681A.344.344 0 0 1 9 18.808v-3.624c0-.115.057-.222.153-.286l4.04-2.694a.688.688 0 0 0 .307-.572v-4.39a.137.137 0 0 0-.208-.117l-4.44 2.664a.688.688 0 0 1-.705.002L3.645 7.123a.138.138 0 0 0-.208.118v7.933a.344.344 0 0 1-.52.295L.5 14.019C.19 13.833 0 13.497 0 13.135V1.593c0-.264.286-.43.515-.298Z"
fill="#007FFF"
/>
</RootSvg>
);
Expand Down

0 comments on commit f1f1588

Please sign in to comment.