diff --git a/RELEASENOTES.general.md b/RELEASENOTES.general.md index ac1220c2c0..7678a95caa 100644 --- a/RELEASENOTES.general.md +++ b/RELEASENOTES.general.md @@ -6,6 +6,7 @@ ## Fixed - Correction in icons package version. - Updated placeholder text color for Rich Text Editor +- Updated docked utility component's unread notification state icon color - Updated border colors for Feeds component ## 2.21.2 - June 15, 2023 diff --git a/ui/components/docked-utility-bar/base/_index.scss b/ui/components/docked-utility-bar/base/_index.scss index 336416d222..490db4e6ad 100644 --- a/ui/components/docked-utility-bar/base/_index.scss +++ b/ui/components/docked-utility-bar/base/_index.scss @@ -43,8 +43,9 @@ */ .slds-indicator_unread, .slds-indicator--unread { - background: var(--slds-g-color-neutral-base-100, #{$utility-bar-color-background-notification-badge}); + background: var(--slds-g-color-error-base-40, #{$utility-bar-color-background-notification-badge}); top: $spacing-x-small; + border: $border-width-thin solid var(--slds-g-color-neutral-base-95); } }