Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Nov 23, 2021
1 parent 68fcb7d commit 1f16e9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/src/pages/system/styled/UsingWithSx.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import * as React from 'react';
import { styled, createTheme, ThemeProvider, experimental_sx as sx } from '@mui/system';
import {
styled,
createTheme,
ThemeProvider,
experimental_sx as sx,
} from '@mui/system';

const customTheme = createTheme({
palette: {
Expand Down
7 changes: 6 additions & 1 deletion docs/src/pages/system/styled/UsingWithSx.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import * as React from 'react';
import { styled, createTheme, ThemeProvider, experimental_sx as sx } from '@mui/system';
import {
styled,
createTheme,
ThemeProvider,
experimental_sx as sx,
} from '@mui/system';

const customTheme = createTheme({
palette: {
Expand Down

0 comments on commit 1f16e9c

Please sign in to comment.