diff --git a/backend/src/main.tsx b/backend/src/main.tsx
index c56474654..711987ff1 100644
--- a/backend/src/main.tsx
+++ b/backend/src/main.tsx
@@ -100,20 +100,22 @@ const theme = createTheme(
)
ReactDOM.createRoot(document.getElementById('root')!).render(
-
-
-
-
-
- ,
+
+
+
+
+
+
+
+ ,
)
diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx
index 16bb4c5b1..82f9bb715 100644
--- a/frontend/src/main.tsx
+++ b/frontend/src/main.tsx
@@ -243,7 +243,8 @@ const theme = createTheme(
// },
// Selected
'&[aria-selected="true"]': {
- backgroundColor: '#faad43 !important',
+ // backgroundColor: '#faad43 !important',
+ backgroundColor: '#F7B644 !important',
},
},
},
@@ -256,20 +257,22 @@ const theme = createTheme(
)
ReactDOM.createRoot(document.getElementById('root')!).render(
-
-
-
-
-
- ,
+
+
+
+
+
+
+
+ ,
)