Skip to content

Commit

Permalink
fix(DeleteModal): use link button
Browse files Browse the repository at this point in the history
  • Loading branch information
adamviktora committed Nov 25, 2024
1 parent fbf966f commit 57ac075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/src/DeleteModal/DeleteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const DeleteModal: React.FunctionComponent<DeleteModalProps> = ({
>
{deleteButtonText}
</Button>
<Button variant="secondary" onClick={onClose}>
<Button variant="link" onClick={onClose}>
{cancelButtonText}
</Button>
</ModalFooter>
Expand Down

0 comments on commit 57ac075

Please sign in to comment.