add secondary color
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
import { createTheme } from "@mui/material";
|
import { createTheme } from "@mui/material";
|
||||||
|
import { grey } from '@mui/material/colors';
|
||||||
|
|
||||||
const theme = createTheme({
|
const theme = createTheme({
|
||||||
direction: "rtl",
|
direction: "rtl",
|
||||||
@@ -16,6 +17,9 @@ const theme = createTheme({
|
|||||||
main: "#015688",
|
main: "#015688",
|
||||||
contrastText: "#fff",
|
contrastText: "#fff",
|
||||||
},
|
},
|
||||||
|
secondary: {
|
||||||
|
main: grey[700],
|
||||||
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
MuiBackdrop: {
|
MuiBackdrop: {
|
||||||
|
|||||||
Reference in New Issue
Block a user