| @@ -586,9 +586,9 @@ | ||
| 586 | 586 | { ( 'showCharts' === this.state.route || 'chartSelect' === this.state.route ) && |
| 587 | 587 | <ButtonGroup> |
| 588 | 588 | |
| 589 | 589 | <Button |
| 590 | - isDefault | |
| 590 | + variant="secondary" | |
| 591 | 591 | isLarge |
| 592 | 592 | onClick={ () => { |
| 593 | 593 | let route; |
| 594 | 594 | if ( 'showCharts' === this.state.route ) { |
| @@ -607,9 +607,9 @@ | ||
| 607 | 607 | <Fragment> |
| 608 | 608 | |
| 609 | 609 | { false === this.state.isModified ? |
| 610 | 610 | <Button |
| 611 | - isDefault | |
| 611 | + variant="secondary" | |
| 612 | 612 | isLarge |
| 613 | 613 | className="visualizer-bttn-done" |
| 614 | 614 | onClick={ () => { |
| 615 | 615 | this.setState({ route: 'renderChart', isModified: true }); |