Skip to content

Commit

Permalink
Remove adaptV4Theme from Storybook preview
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde committed Oct 21, 2022
1 parent 2dfc0be commit fb8ae5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/react-ui/storybook/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import {
createTheme,
responsiveFontSizes,
ThemeProvider,
StyledEngineProvider,
adaptV4Theme
StyledEngineProvider
} from '@mui/material';
import { cartoThemeOptions } from '../../src/theme/carto-theme';

let theme = createTheme(adaptV4Theme(cartoThemeOptions));
let theme = createTheme(cartoThemeOptions);
theme = responsiveFontSizes(theme, {
breakpoints: ['sm'],
disableAlign: false,
Expand Down

0 comments on commit fb8ae5a

Please sign in to comment.