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