Skip to content

Commit

Permalink
Push from lets-go
Browse files Browse the repository at this point in the history
  • Loading branch information
mveres committed Oct 7, 2021
1 parent 3a1a1d0 commit 878651e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions theme/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ import { createTheme as createThemeMui, PaletteMode } from '@mui/material';
export const createTheme = (mode: PaletteMode) =>
createThemeMui({
palette: mode === 'light' ? light : dark,
// roundness,
// fonts: configureFonts(fontConfig),
// animation,
typography,
});

0 comments on commit 878651e

Please sign in to comment.