Skip to content

Commit

Permalink
Snackbar background color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BhumiSalat committed Apr 24, 2024
1 parent baa5078 commit 190c0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MeetingAppContextDef.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export const MeetingAppProvider = ({
? theme.palette.darkTheme.seven
: appTheme === appThemes.LIGHT
? theme.palette.lightTheme.main
: "",
: theme.palette.background.paper,
color:
appTheme === appThemes.LIGHT &&
theme.palette.lightTheme.contrastText,
Expand Down

0 comments on commit 190c0bc

Please sign in to comment.