Remove underline from 2 cancel buttons, add changelog (#7216)

This commit is contained in:
RachelElysia 2022-08-15 16:57:00 -04:00 committed by GitHub
parent 9f8ccd8113
commit 7c793fdc7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
* Consistent styling for cancel buttons

View file

@ -140,7 +140,7 @@ const NewPolicyModal = ({
<Button
className={`${baseClass}__button--modal-cancel`}
onClick={() => setIsNewPolicyModalOpen(false)}
variant="text-link"
variant="inverse"
>
Cancel
</Button>

View file

@ -120,7 +120,7 @@ const NewQueryModal = ({
<Button
className={`${baseClass}__btn`}
onClick={() => setIsSaveModalOpen(false)}
variant="text-link"
variant="inverse"
>
Cancel
</Button>