Skip to content

Commit 1fea03c

Browse files
Merge branch 'master' into input-border-issue
2 parents e1557d9 + 0fbed42 commit 1fea03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alert/src/Alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const Alert = memo(
6666
)}
6767
</Pane>
6868
{isRemoveable && (
69-
<Pane marginLeft={24} flexShrink={0} marginBottom={-2} marginTop={-4} marginRight={-4}>
69+
<Pane marginLeft={24} flexShrink={0} marginBottom={-4} marginTop={-5} marginRight={-4}>
7070
<IconButton icon={CrossIcon} appearance="minimal" height={24} onClick={onRemove} intent={intentToken} />
7171
</Pane>
7272
)}

0 commit comments

Comments
 (0)