add prettier formatter to all file
This commit is contained in:
+32
-32
@@ -1,39 +1,39 @@
|
||||
'use client';
|
||||
import { createTheme } from '@mui/material/styles';
|
||||
"use client";
|
||||
import { createTheme } from "@mui/material/styles";
|
||||
|
||||
const theme = createTheme({
|
||||
direction: 'rtl',
|
||||
typography: {
|
||||
fontFamily: 'iran-sans',
|
||||
direction: "rtl",
|
||||
typography: {
|
||||
fontFamily: "iran-sans",
|
||||
},
|
||||
components: {
|
||||
MuiButton: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
whiteSpace: "nowrap",
|
||||
minWidth: "0",
|
||||
padding: "9px 18px",
|
||||
fontSize: "16px",
|
||||
fontStyle: "normal",
|
||||
fontWeight: "500",
|
||||
},
|
||||
},
|
||||
},
|
||||
components: {
|
||||
MuiButton: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
whiteSpace: 'nowrap',
|
||||
minWidth: '0',
|
||||
padding: '9px 18px',
|
||||
fontSize: '16px',
|
||||
fontStyle: 'normal',
|
||||
fontWeight: '500',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
palette: {
|
||||
primary: {
|
||||
main: "#5559CE",
|
||||
contrastText: "#EFEFEF",
|
||||
},
|
||||
palette: {
|
||||
primary: {
|
||||
main: "#5559CE",
|
||||
contrastText: "#EFEFEF",
|
||||
},
|
||||
secondary: {
|
||||
main: "#FAFAFA",
|
||||
contrastText: "#616161",
|
||||
},
|
||||
success: {
|
||||
main: "#FFB800",
|
||||
contrastText: "#FFF",
|
||||
}
|
||||
}
|
||||
secondary: {
|
||||
main: "#FAFAFA",
|
||||
contrastText: "#616161",
|
||||
},
|
||||
success: {
|
||||
main: "#FFB800",
|
||||
contrastText: "#FFF",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
export default theme;
|
||||
|
||||
Reference in New Issue
Block a user