Skip to content

Commit

Permalink
fix(alert): icon centered on medium size (#2631)
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil authored Nov 26, 2024
1 parent 2f8f757 commit 1a4d933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Alert/src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Alert = styled.divBox<AlertOptions>(({ icon, isFullWidth, size, var
}
${Icon} {
margin-top: -4;
margin-top: -3;
}
`}
`
Expand Down

0 comments on commit 1a4d933

Please sign in to comment.