Skip to content

Commit

Permalink
refactor(buttons): update merge reports button to primary variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Aug 19, 2022
1 parent dbe02ee commit e17d910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ exports[`Scans Component should render a non-connected component: non-connected
id="merge-reports"
isDisabled={true}
onClick={[Function]}
variant="secondary"
variant="primary"
>
Merge reports
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/scans/scans.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Scans extends React.Component {
<Tooltip key="mergeButtonTip" content="Merge selected scan results into a single report">
<Button
id="merge-reports"
variant={ButtonVariant.secondary}
variant={ButtonVariant.primary}
isDisabled={viewOptions.selectedItems.length <= 1}
onClick={this.onMergeScanResults}
>
Expand Down

0 comments on commit e17d910

Please sign in to comment.