init project
This commit is contained in:
8
src/core/utils/theme.js
Normal file
8
src/core/utils/theme.js
Normal file
@@ -0,0 +1,8 @@
|
||||
'use client'
|
||||
import {createTheme} from "@mui/material";
|
||||
|
||||
const theme = createTheme({
|
||||
direction: 'rtl'
|
||||
});
|
||||
|
||||
export default theme
|
||||
Reference in New Issue
Block a user