@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
23 lines • 792 B
JavaScript
;
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)({
wrapper: {
backgroundColor: theme_1.colors.WHITE,
border: `1px solid ${theme_1.colors.BOX_BORDER_COLOR}`,
borderRadius: 6,
boxShadow: "0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%)",
},
headerWrapper: {
display: "flex",
justifyContent: "space-between",
borderBottom: `1px solid ${theme_1.colors.BOX_BORDER_COLOR}`,
},
label: {
fontSize: 20,
padding: 24,
},
});
//# sourceMappingURL=BoxWrapper.style.js.map