import Box from '@mui/joy/Box'; import Tooltip from '@mui/joy/Tooltip'; import Typography from '@mui/joy/Typography'; import Link from '@mui/joy/Link'; import Chip from '@mui/joy/Chip'; import AdjustIcon from '@mui/icons-material/Adjust'; export default function GitHubTooltip() { return ( mui/material-ui } sx={{ fontSize: 'sm' }} > on Feb 25
[system] grey is no more recognized as color with the sx prop Duplicates I have searched the existing issues Latest version I have tested the … bug 🐛 package: system
} > } sx={{ fontWeight: 'lg' }} > [system] grey is no more recognized as color with the sx prop
); }