Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/packages/colors/exam…
Browse files Browse the repository at this point in the history
…ples/sass-modules/decode-uri-component-0.2.2
  • Loading branch information
kodiakhq[bot] committed Dec 6, 2022
2 parents d1d2179 + 5ff4a26 commit 5e2b79e
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 5e2b79e

Please sign in to comment.