mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Remove underline from 2 cancel buttons, add changelog (#7216)
This commit is contained in:
parent
9f8ccd8113
commit
7c793fdc7d
3 changed files with 3 additions and 2 deletions
1
changes/issue-6915-remove-underline-on-cancel
Normal file
1
changes/issue-6915-remove-underline-on-cancel
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Consistent styling for cancel buttons
|
||||
|
|
@ -140,7 +140,7 @@ const NewPolicyModal = ({
|
|||
<Button
|
||||
className={`${baseClass}__button--modal-cancel`}
|
||||
onClick={() => setIsNewPolicyModalOpen(false)}
|
||||
variant="text-link"
|
||||
variant="inverse"
|
||||
>
|
||||
Cancel
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ const NewQueryModal = ({
|
|||
<Button
|
||||
className={`${baseClass}__btn`}
|
||||
onClick={() => setIsSaveModalOpen(false)}
|
||||
variant="text-link"
|
||||
variant="inverse"
|
||||
>
|
||||
Cancel
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue