From 5d5fb5b25607639a3d21ab5675cbba69d92ad183 Mon Sep 17 00:00:00 2001 From: aelassas Date: Thu, 12 Dec 2024 19:56:42 +0100 Subject: [PATCH] Update main.tsx --- frontend/src/main.tsx | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index 2dac0787a..16bb4c5b1 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -174,15 +174,10 @@ const theme = createTheme( { palette: { primary: { - main: '#003B95', - // main: '#006CE4', - + main: '#1a1a1a', // contrastText: '#003B95', // dark: '#003B95', }, - // text: { - // primary: '#003B95', - // } }, typography: { fontFamily: [ @@ -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: {