fixing alert close icon position (#2193)
This commit is contained in:
parent
8acbcbacb9
commit
cc0a98262b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue