From 54e7884775197877dd941b44bef03b3c6387b22a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 6 Mar 2020 16:58:55 +0100 Subject: Normalize modal close buttons, and cancel/submit button styles --- client/src/app/shared/confirm/confirm.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/confirm/confirm.component.ts') diff --git a/client/src/app/shared/confirm/confirm.component.ts b/client/src/app/shared/confirm/confirm.component.ts index 763454c4f..d67d4f3c8 100644 --- a/client/src/app/shared/confirm/confirm.component.ts +++ b/client/src/app/shared/confirm/confirm.component.ts @@ -60,7 +60,7 @@ export class ConfirmComponent implements OnInit { showModal () { this.inputValue = '' - this.openedModal = this.modalService.open(this.confirmModal) + this.openedModal = this.modalService.open(this.confirmModal, { centered: true }) this.openedModal.result .then(() => this.confirmService.confirmResponse.next(true)) -- cgit v1.2.3