rspec/frontend/src/App.style.ts

9 lines
206 B
TypeScript
Raw Normal View History

2020-07-09 14:26:53 +02:00
import { makeStyles } from '@material-ui/core/styles';
export default makeStyles((theme) => ({
root: {
textAlign: 'left',
backgroundColor: 'white',
},
appBarSpacer: theme.mixins.toolbar,
}));