@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
33 lines • 906 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: {
display: "flex",
flexDirection: "column",
justifyContent: "space-around",
width: "99%",
},
actionContainer: {
display: "flex",
flexDirection: "row",
justifyContent: "flex-end",
},
button: {
marginLeft: 16,
},
switchContainer: {
width: 225,
display: "flex",
justifyContent: "space-between",
marginBottom: 10,
},
switchTitle: {
fontSize: theme_1.EFontSize.BUTTON_SMALL,
fontWeight: theme_1.EFontWeight.MEDIUM,
color: theme_1.colors.GRAY700,
},
});
//# sourceMappingURL=CreateIdentityWidget.style.js.map