fixed bug

This commit is contained in:
AmirHossein Mahmoodi
2023-12-20 17:27:48 +03:30
parent 7f54319b6f
commit da28feabcf
10 changed files with 53 additions and 13 deletions

View File

@@ -1,11 +1,13 @@
import {createTheme} from "@mui/material/styles";
import theme from "./theme";
import {faIR} from "@mui/x-date-pickers/locales";
const themeRtl = createTheme({
direction: "rtl",
typography: {
fontFamily: `IRANSansFaNum, sans-serif`,
},
faIR,
...theme,
});