Skip to content

Commit d4cb5f4

Browse files
authored
fix(checkbox-toggle): update disabled toggle circle to neutral-90 (#5224)
* fix(checkbox-toggle): update disabled toggle circle to neutral-90 * docs(RELEASENOTES): update README notes
1 parent 1062854 commit d4cb5f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RELEASENOTES.general.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
33

4+
## 2.21.4 - Upcoming
5+
6+
## Fixed
7+
- Updated disabled checkbox-toggle color.
8+
49
## 2.21.3 - June 29, 2023
510

611
## Fixed

ui/components/checkbox-toggle/base/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229

230230
&:after {
231231
// @todo consider shared hooks for inputs
232-
background-color: var(--slds-g-color-neutral-base-80, #{$color-background-input-checkbox-disabled});
232+
background-color: var(--slds-g-color-neutral-base-90, #{$color-background-input-checkbox-disabled});
233233
}
234234

235235
&:hover,

0 commit comments

Comments
 (0)