fixing alert close icon position (#2193)

This commit is contained in:
Robert Azizbekyan 2022-06-27 16:24:47 +04:00 committed by GitHub
parent 8acbcbacb9
commit cc0a98262b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ export const Alert = styled.div<{ $type: AlertType }>`
padding: 12px;
display: flex;
justify-content: space-between;
align-items: center;
align-items: baseline;
filter: drop-shadow(0px 4px 16px ${({ theme }) => theme.alert.shadow});
margin-top: 10px;
line-height: 20px;