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.
1 parent 861ffde commit 0fbed42Copy full SHA for 0fbed42
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