useTheme
hook can be used for this.
Documentation
import { useTheme } from '@material-ui/core/styles';
const WonderChart = () => {
const theme = useTheme()
return (
<WonderChart lineColor={theme.palette.primary.main} />
)
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…