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

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}