We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0db2c9 commit 1b5b6f1Copy full SHA for 1b5b6f1
README.md
@@ -82,10 +82,10 @@ The package provides a built-in localization feature that allows you to change t
82
import {createTheme, ThemeProvider} from "@mui/material/styles";
83
import PhoneInput, {locale} from "mui-phone-input";
84
85
-const theme = createTheme({palette: {...}}, locale("frFR"));
+const theme = createTheme({}, locale("frFR"));
86
87
<ThemeProvider theme={theme}>
88
- <PhoneInput/>
+ <PhoneInput/>
89
</ThemeProvider>
90
```
91
0 commit comments