Skip to content

Commit 1b5b6f1

Browse files
committed
Fix code indentation and simplify
1 parent c0db2c9 commit 1b5b6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ The package provides a built-in localization feature that allows you to change t
8282
import {createTheme, ThemeProvider} from "@mui/material/styles";
8383
import PhoneInput, {locale} from "mui-phone-input";
8484

85-
const theme = createTheme({palette: {...}}, locale("frFR"));
85+
const theme = createTheme({}, locale("frFR"));
8686

8787
<ThemeProvider theme={theme}>
88-
<PhoneInput/>
88+
<PhoneInput/>
8989
</ThemeProvider>
9090
```
9191

0 commit comments

Comments
 (0)