@veecode-platform/plugin-kong-service-manager
Version:
17 lines (14 loc) • 453 B
JavaScript
import { withStyles, Tooltip } from '@material-ui/core';
const HtmlTooltip = withStyles((theme) => ({
tooltip: {
minWidth: "900px",
backgroundColor: theme.palette.background.default,
color: "rgba(0, 0, 0, 0.87)",
fontSize: theme.typography.pxToRem(12),
border: `1px solid ${theme.palette.border}`,
borderRadius: "8px",
padding: "1rem"
}
}))(Tooltip);
export { HtmlTooltip };
//# sourceMappingURL=HtmlTooltip.esm.js.map