File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
ui/components/docked-utility-bar/base Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
## Fixed
7
7
- Correction in icons package version.
8
8
- Updated placeholder text color for Rich Text Editor
9
+ - Updated docked utility component's unread notification state icon color
9
10
- Updated border colors for Feeds component
10
11
11
12
## 2.21.2 - June 15, 2023
Original file line number Diff line number Diff line change 43
43
*/
44
44
.slds-indicator_unread ,
45
45
.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 } );
47
47
top : $spacing-x-small ;
48
+ border : $border-width-thin solid var (--slds-g-color-neutral-base-95 );
48
49
}
49
50
}
50
51
You can’t perform that action at this time.
0 commit comments