Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix: remove from all Alert styles
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Oct 31, 2023
1 parent a78fbe8 commit c2cabc8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/theme/safeTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ const createSafeTheme = (mode: PaletteMode): Theme => {
'&. MuiPaper-root': {
backgroundColor: theme.palette.info.background,
},
border: `1px solid ${theme.palette.info.main}`,
}),
standardSuccess: ({ theme }) => ({
'& .MuiAlert-icon': {
Expand All @@ -305,7 +304,6 @@ const createSafeTheme = (mode: PaletteMode): Theme => {
'&. MuiPaper-root': {
backgroundColor: theme.palette.success.background,
},
border: `1px solid ${theme.palette.success.main}`,
}),
standardWarning: ({ theme }) => ({
'& .MuiAlert-icon': {
Expand All @@ -314,7 +312,6 @@ const createSafeTheme = (mode: PaletteMode): Theme => {
'&. MuiPaper-root': {
backgroundColor: theme.palette.warning.background,
},
border: `1px solid ${theme.palette.warning.main}`,
}),
root: ({ theme }) => ({
color: theme.palette.text.primary,
Expand Down

0 comments on commit c2cabc8

Please sign in to comment.