Skip to content

Commit

Permalink
Menu dark mode colors (#1650)
Browse files Browse the repository at this point in the history
* colors changed

* lingui extract

Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: Michael Yankelev <[email protected]>
Co-authored-by: Thibaut Sardan <[email protected]>
  • Loading branch information
4 people authored Oct 25, 2021
1 parent 697c2f8 commit 90ed9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/files-ui/src/Themes/DarkTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ export const darkTheme = createTheme<CsfColors>({
...UI_CONSTANTS,
...({
menu:{
backgroundColor: "var(--gray1)",
backgroundColor: "var(--gray2)",
color: "var(--gray8)",
backgroundOptionHover: "var(--gray2)"
backgroundOptionHover: "var(--gray3)"
},
landing: {
background: "var(--gray2)",
Expand Down

0 comments on commit 90ed9dd

Please sign in to comment.