UNPKG

@hypernetlabs/web-ui

Version:
46 lines 1.16 kB
"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)({ form: { display: "flex", flexDirection: "column", }, optionsContainer: { marginTop: 24, }, optionsRow: { display: "flex", justifyContent: "space-between", }, switchContainer: { width: 225, margin: "0 2px", display: "flex", justifyContent: "space-between", }, switchTitle: { fontSize: theme_1.EFontSize.BUTTON_SMALL, fontWeight: theme_1.EFontWeight.MEDIUM, color: theme_1.colors.GRAY700, }, headerDescriptionContainer: { marginTop: 24, display: "flex", alignItems: "center", }, button: { marginLeft: "auto", marginTop: 40, }, addressChip: { marginLeft: 8, marginBottom: 5, }, editableField: { borderColor: theme_1.colors.GRAY500, }, }); //# sourceMappingURL=RegistryDetailWidget.style.js.map