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

Commit

Permalink
fix: remove Alert border
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Oct 31, 2023
1 parent 6ea3df1 commit a78fbe8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/safe-react-components",
"version": "2.0.6",
"version": "2.0.7",
"description": "Safe UI components",
"main": "dist/index.min.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/theme/safeTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ const createSafeTheme = (mode: PaletteMode): Theme => {
'&. MuiPaper-root': {
backgroundColor: theme.palette.error.background,
},
border: `1px solid ${theme.palette.error.main}`,
}),
standardInfo: ({ theme }) => ({
'& .MuiAlert-icon': {
Expand Down

0 comments on commit a78fbe8

Please sign in to comment.