Feature/reports road items

This commit is contained in:
2025-01-19 09:37:25 +00:00
committed by AmirHossein Mahmoodi
parent 897a3b3988
commit e2dacdf448
81 changed files with 2722 additions and 430 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import { createTheme } from "@mui/material";
import { grey } from '@mui/material/colors';
import { grey } from "@mui/material/colors";
const theme = createTheme({
direction: "rtl",
@@ -19,7 +19,7 @@ const theme = createTheme({
},
secondary: {
main: grey[700],
}
},
},
components: {
MuiBackdrop: {