Skip to content

Commit

Permalink
refactor(frontend): notistack dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kris7t committed Dec 16, 2024
1 parent 7b6cf6e commit f3a5376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/frontend/src/theme/ThemeProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export const darkTheme = (() => {
MuiCssBaseline: {
styleOverrides: {
'.notistack-MuiContent-default': {
background: `${theme.palette.highlight.activeLine} !important`,
background: `#35393e !important`,
},
'.notistack-MuiContent-error': {
background: `${theme.palette.highlight.typeHash[1]?.box} !important`,
Expand Down

0 comments on commit f3a5376

Please sign in to comment.