-
Chif Gergő authoredChif Gergő authored
theme.ts 345 B
import { createMuiTheme } from '@material-ui/core';
// eslint-disable-next-line import/prefer-default-export
export const theme = createMuiTheme({
palette: {
primary: {},
secondary: {},
error: {},
success: {},
info: {},
warning: {},
grey: {},
text: {},
},
typography: {
fontFamily: 'Roboto',
},
});