UNPKG

@orca-fe/pocket

Version:

UI components by orca-team

18 lines 414 B
import jssAutoPrefix from '@orca-fe/jss-plugin-auto-prefix'; import { createUseStyles } from "../utils/jss"; var prefix = 'error-catcher'; export default createUseStyles({ root: { border: '2px dashed #cc3333', padding: '5px 10px', margin: '5px', color: '#600', backgroundColor: '#ffaaaa', height: '100%' } }, { classNamePrefix: prefix, plugins: [jssAutoPrefix({ prefix })] });