Skip to content

Commit

Permalink
Merge pull request #74 from adamviktora/deleteModalUpdate
Browse files Browse the repository at this point in the history
fix(DeleteModal): use link button
  • Loading branch information
nicolethoen authored Dec 5, 2024
2 parents 5e8d74f + 8aaf2c6 commit e218945
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 e218945

Please sign in to comment.