Skip to content

Commit

Permalink
Fix code indentation and simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomVancyan committed Jun 28, 2024
1 parent c0db2c9 commit 1b5b6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ The package provides a built-in localization feature that allows you to change t
import {createTheme, ThemeProvider} from "@mui/material/styles";
import PhoneInput, {locale} from "mui-phone-input";

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

<ThemeProvider theme={theme}>
<PhoneInput/>
<PhoneInput/>
</ThemeProvider>
```
Expand Down

0 comments on commit 1b5b6f1

Please sign in to comment.