Skip to content

Commit 0fbed42

Browse files
authored
Fix vertical text alignment in Alert/Toast (#1604)
1 parent 861ffde commit 0fbed42

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)