Skip to content

Commit

Permalink
fix: wrong margin when alert have no icon
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Nov 25, 2024
1 parent fe9d5fb commit f8bc142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/Alert/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const AlertComponent = forwardRef<'div', AlertProps>(
return (
<S.Alert
data-testid={dataTestId}
icon={icon}
isFullWidth={isFullWidth}
ref={ref}
size={size}
Expand Down

0 comments on commit f8bc142

Please sign in to comment.