Skip to content

Commit 156e799

Browse files
RavkiAmarnath510
andauthored
fix(docked-utility): unread notification icon color updated (#5213)
* fix(docked-utility): unread notification icon color updated * fix(docked-utility): release notes updated --------- Co-authored-by: Amarnath510 <[email protected]>
1 parent d6d8d3d commit 156e799

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASENOTES.general.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
## Fixed
77
- Correction in icons package version.
88
- Updated placeholder text color for Rich Text Editor
9+
- Updated docked utility component's unread notification state icon color
910
- Updated border colors for Feeds component
1011

1112
## 2.21.2 - June 15, 2023

ui/components/docked-utility-bar/base/_index.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343
*/
4444
.slds-indicator_unread,
4545
.slds-indicator--unread {
46-
background: var(--slds-g-color-neutral-base-100, #{$utility-bar-color-background-notification-badge});
46+
background: var(--slds-g-color-error-base-40, #{$utility-bar-color-background-notification-badge});
4747
top: $spacing-x-small;
48+
border: $border-width-thin solid var(--slds-g-color-neutral-base-95);
4849
}
4950
}
5051

0 commit comments

Comments
 (0)