Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}`,
Comment thread
usame-algan marked this conversation as resolved.
}),
standardInfo: ({ theme }) => ({
'& .MuiAlert-icon': {
Expand Down