rspec/frontend/src/App.style.ts
2021-01-28 19:56:48 +01:00

9 lines
206 B
TypeScript

import { makeStyles } from '@material-ui/core/styles';
export default makeStyles((theme) => ({
root: {
textAlign: 'left',
backgroundColor: 'white',
},
appBarSpacer: theme.mixins.toolbar,
}));