From e6b97c3d612a3fb5633c5febc34776aac7d0121b Mon Sep 17 00:00:00 2001 From: Brandon Wortman Date: Wed, 18 Dec 2024 17:54:40 -0500 Subject: [PATCH] #3955 Fix prompt-dialog component to use same styling as other dialogs --- .../app/core/notification/prompt-dialog/prompt-dialog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.html b/apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.html index 8c2e0abe6..5568cfdae 100644 --- a/apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.html +++ b/apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.html @@ -2,8 +2,8 @@
} -
- +
+ @if (valueLabel) { {{ valueLabel }} }