Skip to content

Commit

Permalink
Change Color for Renewable
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshg6 committed May 7, 2021
1 parent be1bc85 commit e081d20
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class ComponentIndex extends Component {
</Grid.Row>
<Grid.Row>
<div
style={{ width: '20px', margin: '10px', backgroundColor: '#00B1A4', marginRight: '5px' }}
style={{ width: '20px', margin: '10px', backgroundColor: '#0052CC', marginRight: '5px' }}
></div>
<Label
style={{ width: '200px', textAlign: 'left', marginRight: '5px', backgroundColor: 'white', color: 'black' }}
Expand Down Expand Up @@ -279,7 +279,7 @@ class ComponentIndex extends Component {
</Grid.Row>
<Grid.Row>
<div
style={{ width: '20px', margin: '10px', backgroundColor: '#0052CC', marginRight: '5px' }}
style={{ width: '20px', margin: '10px', backgroundColor: '#00B1A4', marginRight: '5px' }}
></div>
<Label
style={{ width: '200px', textAlign: 'left', marginRight: '5px', backgroundColor: 'white', color: 'black' }}
Expand Down Expand Up @@ -337,8 +337,7 @@ class ComponentIndex extends Component {
// Just add this option
// is3D: true,
slices: {
0: { color: '#00B1A4', offest: 0.2 },
1: { color: '#0052CC' },
3: { color: '#00B1A4' },
},
}}
rootProps={{ 'data-testid': '2' }}
Expand Down

0 comments on commit e081d20

Please sign in to comment.