mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix Cancel button color (#3994)
This commit is contained in:
parent
b2d0a8c79f
commit
32bd8a64df
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const RemovePackModal = ({
|
|||
<Button
|
||||
className={`${baseClass}__btn`}
|
||||
onClick={onCancel}
|
||||
variant="inverse"
|
||||
variant="inverse-alert"
|
||||
>
|
||||
Cancel
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue