Skip to content

Commit

Permalink
fix for light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes committed Dec 4, 2023
1 parent 060ffb3 commit bee3641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const joyTheme = extendJoyTheme({
backgroundColor:
theme.palette.mode === 'dark'
? 'rgba(0, 30, 60, 0.2)'
: 'rgba(243, 246, 249, 0.2)',
: 'rgba(255, 255, 255, 0.99)',
backgroundImage:
theme.palette.mode === 'dark'
? darkGraphBackground
Expand Down

0 comments on commit bee3641

Please sign in to comment.