@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
25 lines • 692 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: {
height: 200,
display: "flex",
flexDirection: "column",
justifyContent: "space-around",
width: "99%",
},
actionContainer: {
display: "flex",
flexDirection: "row",
justifyContent: "flex-end",
marginTop: 40,
},
burnButton: {
marginLeft: 16,
backgroundColor: theme_1.colors.RED700,
},
});
//# sourceMappingURL=BurnEntryWidget.style.js.map