@jbrowse/plugin-config
Version:
JBrowse 2 config utilities
19 lines (18 loc) • 462 B
JavaScript
import { makeStyles } from 'tss-react/mui';
export const useSlotEditorStyles = 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',
},
}));