Skip to content

Commit ee5d009

Browse files
authored
Merge pull request #4027 from Royal-Navy/fix/dismiss-button-margin
fix(Alert): Remove margin on top of Dismiss button
2 parents 02a6a3b + c5cfa6c commit ee5d009

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-component-library/src/components/Alert/partials/StyledCloseButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const StyledCloseButton = styled.button`
1717
transition: all 0.3s;
1818
border-radius: 2px;
1919
padding: ${spacing('4')};
20-
margin-top: ${spacing('4')};
2120
background-color: ${ALERT_CLOSE_BACKGROUND_COLOR};
2221
text-align: center;
2322

0 commit comments

Comments
 (0)