implementation of datatable
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
'use client'
|
||||
import {createTheme} from "@mui/material";
|
||||
import { createTheme } from "@mui/material";
|
||||
|
||||
const theme = createTheme({
|
||||
direction: 'rtl',
|
||||
typography: {
|
||||
fontFamily: `IRANSansFaNum, sans-serif`,
|
||||
fontSize: 12
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user