Skip to content

Commit

Permalink
fix(docked-utility): unread notification icon color updated (#5213)
Browse files Browse the repository at this point in the history
* fix(docked-utility): unread notification icon color updated

* fix(docked-utility): release notes updated

---------

Co-authored-by: Amarnath510 <[email protected]>
  • Loading branch information
Ravki and Amarnath510 authored Jun 28, 2023
1 parent d6d8d3d commit 156e799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASENOTES.general.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion ui/components/docked-utility-bar/base/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 156e799

Please sign in to comment.