Skip to content

Commit 5d9ee9b

Browse files
committed
fix: background color override for mui alert dark theme
1 parent 51dfffb commit 5d9ee9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/theme-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const darkTheme = createTheme({
181181
MuiAlert: {
182182
styleOverrides: {
183183
standardInfo: {
184-
// backgroundColor: "rgba(255, 0, 195, 0.15)",
184+
backgroundColor: "rgba(255, 0, 195, 0.15)",
185185
color: "#ff66d9",
186186
"& .MuiAlert-icon": {
187187
color: "#ff66d9",

0 commit comments

Comments
 (0)