Fix Cancel button color (#3994)

This commit is contained in:
RachelElysia 2022-02-02 18:23:16 -06:00 committed by GitHub
parent b2d0a8c79f
commit 32bd8a64df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ const RemovePackModal = ({
<Button
className={`${baseClass}__btn`}
onClick={onCancel}
variant="inverse"
variant="inverse-alert"
>
Cancel
</Button>