We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1557d9 + 0fbed42 commit 1fea03cCopy full SHA for 1fea03c
src/alert/src/Alert.js
@@ -66,7 +66,7 @@ const Alert = memo(
66
)}
67
</Pane>
68
{isRemoveable && (
69
- <Pane marginLeft={24} flexShrink={0} marginBottom={-2} marginTop={-4} marginRight={-4}>
+ <Pane marginLeft={24} flexShrink={0} marginBottom={-4} marginTop={-5} marginRight={-4}>
70
<IconButton icon={CrossIcon} appearance="minimal" height={24} onClick={onRemove} intent={intentToken} />
71
72
0 commit comments