diff --git a/src/alert/alert.style.tsx b/src/alert/alert.style.tsx index 79ef7924d..fb231df40 100644 --- a/src/alert/alert.style.tsx +++ b/src/alert/alert.style.tsx @@ -76,15 +76,15 @@ export const Wrapper = styled.div` `; export const AlertIconWrapper = styled.div` + display: flex; margin-right: 0.5rem; // adds extra spacing to align the small icon with text ${(props) => props.$sizeType === "small" && css` - display: flex; align-items: center; - height: 1.625rem; + height: 1lh; `} ${(props) => {