UNPKG

@prabink/react-node-cli

Version:

React Node Application Generator & Helpers To Serve React Build, Push to github & Export industry level react project structure

17 lines (15 loc) 339 B
// ---------------------------------------------------------------------- export default function Tooltip(theme) { return { MuiTooltip: { styleOverrides: { tooltip: { backgroundColor: theme.palette.grey[800] }, arrow: { color: theme.palette.grey[800] } } } }; }