Alert: Remove fix for custom content close button (#67592)

This commit is contained in:
Torkel Ödegaard 2023-05-01 20:15:09 +02:00 committed by GitHub
parent d189b8b47f
commit 9d564f9afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,11 +172,9 @@ const getStyles = (
`,
buttonWrapper: css`
margin-left: ${theme.spacing(1)};
background: none;
display: flex;
align-items: center;
align-self: center;
background: ${theme.colors.background.primary};
`,
close: css`
position: relative;