Skip to content

Commit f5ce9ee

Browse files
authored
chore(icons): Fix product_quantity_rules color value (#4602)
1 parent a37e0ab commit f5ce9ee

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
#### Added
3737
- Added Kinetic styles and demo functionality for Button Base, Brand, Neutral, Inverse, Outline Brand, Destructive and Success
3838

39+
### [Icons](https://www.lightningdesignsystem.com/components/icons)
40+
#### Changed
41+
- Changed `product_quantity_rules` icon's color from light blue to salem green (#04844B)
42+
3943
### [Page Headers](https://www.lightningdesignsystem.com/components/page-headers)
4044
#### Fixed
4145
- Fixed incorrect annotations for `.slds-page-header__col-title`, `.slds-page-header__col-actions`, `.slds-page-header__col-meta`, `.slds-page-header__col-controls`, and `.slds-page-header__col-details`.

design-tokens/bg-standard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ props:
830830
ORCHESTRATOR:
831831
value: '#006EB3'
832832
PRODUCT_QUANTITY_RULES:
833-
value: '#769ED9'
833+
value: '#04844B'
834834
PROMOTIONS:
835835
value: '#04844B'
836836
PROPAGATION_POLICY:
@@ -848,4 +848,4 @@ props:
848848
SWARM_SESSION:
849849
value: '#F5675B'
850850
WORK_FORECAST:
851-
value: '#FCB95B'
851+
value: '#FCB95B'

ui/components/icons/RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
<!-- ## [Unreleased] -->
66

7+
## 2.15.0
8+
9+
### Changed
10+
11+
- Changed `product_quantity_rules` icon's color from light blue to salem green (#04844B)
712
## 2.14.0
813

914
### Removed

0 commit comments

Comments
 (0)