Merge pull request #7964 from nixocio/ui_update_button

Update disassociate button variant

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-08-21 19:36:43 +00:00 committed by GitHub
commit 2a824fc1d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ function DisassociateButton({
<Tooltip content={renderTooltip()} position="top">
<div>
<Button
variant="danger"
variant="secondary"
aria-label={i18n._(t`Disassociate`)}
onClick={() => setIsOpen(true)}
isDisabled={isDisabled}