Browse Source
#3955 Fix prompt-dialog component to use same styling as other dialogs
pull/4117/head
Brandon Wortman
8 months ago
No known key found for this signature in database
GPG Key ID: C63DB7DA05AEC086
1 changed files with
2 additions and
2 deletions
-
apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.html
|
@ -2,8 +2,8 @@ |
|
|
<div mat-dialog-title [innerHTML]="title"></div> |
|
|
<div mat-dialog-title [innerHTML]="title"></div> |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
<div mat-dialog-content style="padding: 20px"> |
|
|
<div class="py-3" mat-dialog-content> |
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
|
<mat-form-field appearance="outline" class="w-100 without-hint"> |
|
|
@if (valueLabel) { |
|
|
@if (valueLabel) { |
|
|
<mat-label>{{ valueLabel }}</mat-label> |
|
|
<mat-label>{{ valueLabel }}</mat-label> |
|
|
} |
|
|
} |
|
|