TF-45 Implemention Follow Up Loan Page For Refahi Type Of User

This commit is contained in:
2023-08-28 11:49:58 +03:30
parent 9098881ceb
commit fb09e635ae
32 changed files with 937 additions and 94 deletions

View File

@@ -4,7 +4,7 @@ import theme from "./theme";
const themeRtl = createTheme({
direction: "rtl",
typography: {
fontFamily: `IRANSans, sans-serif`,
fontFamily: `IRANSansFaNum, sans-serif`,
},
...theme,
});