Skip to content

Commit

Permalink
Changed the color of the confirm button in trusted app deletion dialo…
Browse files Browse the repository at this point in the history
…g. (#78768)

* Changed the color of the confirm button in trusted app deletion dialog.

* Updated the snapshots.
  • Loading branch information
efreeti committed Oct 1, 2020
1 parent 9b187c5 commit e836efc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,13 @@ export const TrustedAppDeletionDialog = memo(() => {
{translations.cancelButton}
</EuiButtonEmpty>

<EuiButton fill onClick={onConfirm} isLoading={isBusy} data-test-subj={CONFIRM_SUBJ}>
<EuiButton
fill
color="danger"
onClick={onConfirm}
isLoading={isBusy}
data-test-subj={CONFIRM_SUBJ}
>
{translations.confirmButton}
</EuiButton>
</EuiModalFooter>
Expand Down

0 comments on commit e836efc

Please sign in to comment.