diff --git a/.changeset/beige-mugs-sort.md b/.changeset/beige-mugs-sort.md new file mode 100644 index 00000000000..a179a2b7447 --- /dev/null +++ b/.changeset/beige-mugs-sort.md @@ -0,0 +1,5 @@ +--- +'@kaizen/components': patch +--- + +Update inline notification icon colour to blue-500 diff --git a/packages/components/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss b/packages/components/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss index 78803072cba..97e54cd6aa1 100644 --- a/packages/components/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss +++ b/packages/components/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss @@ -121,10 +121,10 @@ .informative { background: $color-blue-100; - border-color: var(--color-blue-400); + border-color: var(--color-blue-500); color: $color-purple-800; - --icon-color: var(--color-blue-400); + --icon-color: var(--color-blue-500); } .cautionary {