UNPKG

@hypernetlabs/web-ui

Version:
19 lines 508 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useStyles = void 0; const core_1 = require("@material-ui/core"); const theme_1 = require("../../theme"); exports.useStyles = (0, core_1.makeStyles)({ infoIcon: { marginRight: 4, color: theme_1.colors.GRAY500, }, switchLabel: { marginRight: 8, }, nakedCard: { border: "none", backgroundColor: "transparent", }, }); //# sourceMappingURL=LinksWidget.style.js.map