Skip to content

Commit

Permalink
Fix couleur paper en mode dark
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-mathe committed Sep 25, 2024
1 parent 0b6bc0f commit 56b3b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/mui-theme-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const createColorScheme = (mode) => ({
},
background: {
default: cssVar('--md-sys-color-background', mode),
paper: cssVar('--md-sys-color-surface-1-light', mode),
paper: cssVar('--md-sys-color-surface-1-'+mode, mode),
highlight: cssVar('--md-sys-color-surface-container', mode),
},
error: {
Expand Down

0 comments on commit 56b3b38

Please sign in to comment.