1 2 3 4 5 6 7 8 9 10 11 12 13 14import { createUseStyles } from 'react-jss'; import { headerHeight } from '../sizes'; import { label } from '../type'; export default createUseStyles({ studies: { height: '100%', paddingTop: headerHeight, }, title: { ...label, }, });