Browse Source

#3955 Fix prompt-dialog component to use same styling as other dialogs

pull/4117/head
Brandon Wortman 8 months ago
parent
commit
e6b97c3d61
No known key found for this signature in database GPG Key ID: C63DB7DA05AEC086
  1. 4
      apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.html

4
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>
} }

Loading…
Cancel
Save