UNPKG

@veecode-platform/plugin-kong-service-manager

Version:

13 lines (10 loc) 297 B
import { makeStyles } from '@material-ui/core'; const useServicePageStyles = makeStyles((theme) => ({ cardTabstyle: { backgroundColor: theme.palette.background.paper, height: "65px", padding: ".5rem" } })); export { useServicePageStyles }; //# sourceMappingURL=styles.esm.js.map