Skip to content

Commit

Permalink
[MISC][NT] Fixed icon position for small icons with multi line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobel Teo committed Nov 4, 2024
1 parent 53283e5 commit 140fdea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/alert/alert.style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ export const AlertIconWrapper = styled.div<StyleProps>`
${(props) =>
props.$sizeType === "small" &&
css`
height: 1.625rem;
align-items: center;
height: 1lh;
`}
${(props) => {
Expand Down

0 comments on commit 140fdea

Please sign in to comment.