UNPKG

@jbrowse/plugin-config

Version:

JBrowse 2 config utilities

22 lines (21 loc) 579 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useSlotEditorStyles = void 0; const mui_1 = require("tss-react/mui"); exports.useSlotEditorStyles = (0, mui_1.makeStyles)()(theme => ({ paper: { display: 'flex', marginBottom: theme.spacing(2), position: 'relative', }, paperContent: { width: '100%', }, slotModeSwitch: { width: 24, background: theme.palette.secondary.light, display: 'flex', justifyContent: 'center', alignItems: 'center', }, }));