Skip to content

Commit

Permalink
fix: changed background color as suggested
Browse files Browse the repository at this point in the history
Signed-off-by: upsaurav12 . <[email protected]>
  • Loading branch information
upsaurav12 committed Aug 26, 2024
1 parent afee72d commit eb79465
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/theme/app/themeStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ const lighttheme = {
//light grey
//subItemColor: "#c1c1c1a6",
//subItemColor: "linear-gradient(90deg, rgb(226, 226, 226) 0%, rgb(190, 190, 190) 83%, rgb(189, 189, 189) 98%);",
subItemColor: "#e5e5e5",
subItemColor: "#e7eff3",

subItemBoxShadow: "#5F5F5F",


//light grey
subitemHover: "#d2d2d2",
subitemHover: "#c4e5f9",
// caribbean green (light green)
menuHoverColor: "#00b39f",
linkColor: "#00b39f",
Expand Down Expand Up @@ -292,7 +292,7 @@ export const darktheme = {


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


subItemBoxShadow: "grey",
Expand All @@ -302,7 +302,7 @@ export const darktheme = {
linkColor: "#00D3A9",

//light grey
subitemHover: "grey",
subitemHover: "#2c4f5e",


// saffron (dark yellow)
Expand Down

0 comments on commit eb79465

Please sign in to comment.