Spaces:
Running
Running
| import { createTheme } from '@mui/material/styles'; | |
| const theme = createTheme({ | |
| palette: { | |
| primary: { | |
| main: '#5f6264', // Replace with your desired color (hex, RGB, or MUI color name) | |
| }, | |
| }, | |
| }); | |
| export default theme; |