Skip to content

Commit

Permalink
Update main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 12, 2024
1 parent 42f8930 commit 5d5fb5b
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,10 @@ const theme = createTheme(
{
palette: {
primary: {
main: '#003B95',
// main: '#006CE4',

main: '#1a1a1a',
// contrastText: '#003B95',
// dark: '#003B95',
},
// text: {
// primary: '#003B95',
// }
},
typography: {
fontFamily: [
Expand Down Expand Up @@ -215,19 +210,19 @@ const theme = createTheme(
},
},
},
MuiSwitch: {
styleOverrides: {
root: {
'& .Mui-checked': {
color: '#1976D2 !important',
},
'& .Mui-checked+.MuiSwitch-track': {
opacity: 0.7,
backgroundColor: '#1976D2 !important',
},
},
},
},
// MuiSwitch: {
// styleOverrides: {
// root: {
// '& .Mui-checked': {
// color: '#1976D2 !important',
// },
// '& .Mui-checked+.MuiSwitch-track': {
// opacity: 0.7,
// backgroundColor: '#1976D2 !important',
// },
// },
// },
// },
MuiAutocomplete: {
styleOverrides: {
root: {
Expand Down

0 comments on commit 5d5fb5b

Please sign in to comment.