Skip to content

Commit

Permalink
fix: update react green colors
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason committed Aug 21, 2024
1 parent fb8114b commit 0db5045
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/sage-react/lib/Chart/Chart.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ MultipleBars.args = {
{
dataKey: 'thisYear',
name: 'This Year',
fill: SageTokens.COLOR_PALETTE.SAGE_100,
fill: SageTokens.COLOR_PALETTE.GREEN_150,
},
{
dataKey: 'lastYear',
Expand Down Expand Up @@ -124,7 +124,7 @@ Donut.args = {
{
name: 'Healthy',
value: 2467,
fill: SageTokens.COLOR_PALETTE.SAGE_100,
fill: SageTokens.COLOR_PALETTE.GREEN_150,
},
{
name: 'Unengaged',
Expand Down
2 changes: 1 addition & 1 deletion packages/sage-react/lib/Chart/types/Bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Bar.defaultProps = {
aspect: 1.8,
bars: [{
dataKey: 'value',
fill: SageTokens.COLOR_PALETTE.SAGE_100,
fill: SageTokens.COLOR_PALETTE.GREEN_150,
name: 'Value'
}],
showLegend: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/sage-react/lib/MediaTile/MediaTile.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ KitchenSink.args = {
),
mediaConfigs: {
aspectRatio: 1.8,
backgroundColor: SageTokens.COLOR_PALETTE.SAGE_100,
backgroundColor: SageTokens.COLOR_PALETTE.GREEN_150,
padded: true,
},
tileLink: null,
Expand Down

0 comments on commit 0db5045

Please sign in to comment.