Skip to content

Commit 0c62fa1

Browse files
committed
feat(SnackbarContent): add prop to support non-rounded corners
1 parent b0f1112 commit 0c62fa1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/mui-material/src/SnackbarContent/SnackbarContent.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const SnackbarContentRoot = styled(Paper, {
4040
alignItems: 'center',
4141
flexWrap: 'wrap',
4242
padding: '6px 16px',
43-
borderRadius: (theme.vars || theme).shape.borderRadius,
4443
flexGrow: 1,
4544
[theme.breakpoints.up('sm')]: {
4645
flexGrow: 'initial',
@@ -77,7 +76,6 @@ const SnackbarContent = React.forwardRef(function SnackbarContent(inProps, ref)
7776
return (
7877
<SnackbarContentRoot
7978
role={role}
80-
square
8179
elevation={6}
8280
className={clsx(classes.root, className)}
8381
ownerState={ownerState}

0 commit comments

Comments
 (0)