Skip to content

Commit eb79465

Browse files
committed
fix: changed background color as suggested
Signed-off-by: upsaurav12 . <[email protected]>
1 parent afee72d commit eb79465

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/theme/app/themeStyles.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ const lighttheme = {
5454
//light grey
5555
//subItemColor: "#c1c1c1a6",
5656
//subItemColor: "linear-gradient(90deg, rgb(226, 226, 226) 0%, rgb(190, 190, 190) 83%, rgb(189, 189, 189) 98%);",
57-
subItemColor: "#e5e5e5",
57+
subItemColor: "#e7eff3",
5858

5959
subItemBoxShadow: "#5F5F5F",
6060

6161

6262
//light grey
63-
subitemHover: "#d2d2d2",
63+
subitemHover: "#c4e5f9",
6464
// caribbean green (light green)
6565
menuHoverColor: "#00b39f",
6666
linkColor: "#00b39f",
@@ -292,7 +292,7 @@ export const darktheme = {
292292

293293

294294
//medium grey(accent_grey-code 10)
295-
subItemColor: "#909090",
295+
subItemColor: "#15272f",
296296

297297

298298
subItemBoxShadow: "grey",
@@ -302,7 +302,7 @@ export const darktheme = {
302302
linkColor: "#00D3A9",
303303

304304
//light grey
305-
subitemHover: "grey",
305+
subitemHover: "#2c4f5e",
306306

307307

308308
// saffron (dark yellow)

0 commit comments

Comments
 (0)