Feature/reports road items
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user