Skip to content

Commit

Permalink
Merge pull request #887 from ChainSafe/fix/tbaut-hover-color
Browse files Browse the repository at this point in the history
Fix hover color for menus
  • Loading branch information
FSM1 authored Apr 7, 2021
2 parents fec3a75 + 7471027 commit 2333faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/files-ui/src/Themes/LightTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ export const lightTheme = createTheme<CsfColors>({
mobileBackgroundColor: "var(--gray9)",
headingColor: "inherit",
itemColor: "inherit",
itemColorHover: "var(--gray1)",
itemColorHover: "var(--gray7)",
itemIconColor: "inherit",
itemIconColorHover: "var(--gray1)"
itemIconColorHover: "var(--gray7)"
},
createFolder: {
backgroundColor: "var(--gray1)",
Expand Down

0 comments on commit 2333faa

Please sign in to comment.