first commit
This commit is contained in:
10
app/theme/theme.ts
Normal file
10
app/theme/theme.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { createTheme } from "@mui/material/styles";
|
||||
|
||||
const theme = createTheme({
|
||||
direction: "rtl",
|
||||
typography: {
|
||||
fontFamily: "var(--font-vazir)",
|
||||
},
|
||||
});
|
||||
|
||||
export default theme;
|
||||
Reference in New Issue
Block a user