Skip to content

Commit

Permalink
fix(notification): update icon size to 20 (#12779)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Dec 6, 2022
1 parent 3f18780 commit 5ff4a26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react/src/components/Notification/Notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ function NotificationIcon({ iconDescription, kind, notificationType }) {
}
return (
<IconForKind
className={`${prefix}--${notificationType}-notification__icon`}>
className={`${prefix}--${notificationType}-notification__icon`}
size={20}>
<title>{iconDescription}</title>
</IconForKind>
);
Expand Down

0 comments on commit 5ff4a26

Please sign in to comment.