Skip to content

Commit 5fa98cc

Browse files
authored
bug(progress ring): adjust completed color (#4624)
1 parent aa6cad3 commit 5fa98cc

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

RELEASENOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
33

4-
## Release 2.15.1 - April 2, 2021
4+
## Release 2.15.1 - April 7, 2021
55

66
## Components
77
### [Menus](https://www.lightningdesignsystem.com/components/menus)
88
#### Added
99
- Added `aria-expanded` attribute to menu triggers with value dependent on menu's open state
1010

11+
### [Progress Ring](https://www.lightningdesignsystem.com/components/progress-ring)
12+
#### Changed
13+
- Completed progress rings now use `color-background-success-dark` design token.
14+
1115
## Release 2.15.0 - March 25, 2020
1216

1317
- Removed Salesforce Sans as the default typeface and replaced it with OS-specific defaults.

ui/components/progress-ring/RELEASENOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Progress Ring Release Notes
44

5+
## 2.15.1
6+
7+
### Changed
8+
9+
- Completed progress rings now use `color-background-success-dark` design token.
10+
511
## 2.13.0
612

713
### Changed

ui/components/progress-ring/base/_index.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* @restrict .slds-progress-ring__progress path, .slds-progress-ring__progress circle
4949
*/
5050
.slds-progress-ring__path {
51-
fill: $color-background-success;
51+
fill: $color-background-success-dark;
5252
}
5353

5454
/**
@@ -129,11 +129,11 @@
129129
}
130130

131131
.slds-progress-ring__path {
132-
fill: $color-background-success;
132+
fill: $color-background-success-dark;
133133
}
134134

135135
.slds-progress-ring__content {
136-
background: $color-background-success;
136+
background: $color-background-success-dark;
137137
}
138138
}
139139

0 commit comments

Comments
 (0)