From ebd74a7630fe6bcb3f79352395dc6ca843938f84 Mon Sep 17 00:00:00 2001 From: FaithDaka Date: Wed, 18 Dec 2024 10:09:05 +0300 Subject: [PATCH 1/4] feat: handle pop up variant --- .../template/components/layout/popup/popup.component.html | 1 + .../template/components/layout/popup/popup.component.ts | 2 ++ .../components/template/services/template-nav.service.ts | 3 +++ 3 files changed, 6 insertions(+) diff --git a/src/app/shared/components/template/components/layout/popup/popup.component.html b/src/app/shared/components/template/components/layout/popup/popup.component.html index 31958a5cfa..35b028640b 100644 --- a/src/app/shared/components/template/components/layout/popup/popup.component.html +++ b/src/app/shared/components/template/components/layout/popup/popup.component.html @@ -2,6 +2,7 @@ class="popup-backdrop" (click)="dismissOnBackdrop($event)" [attr.data-fullscreen]="props.fullscreen ? true : null" + [attr.data-variant]="props.variant ? props.variant : null" >