@resolveio/client-lib-core 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2894,7 +2894,7 @@ DialogLoginContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
2894
2894
  </style>
2895
2895
  <form [formGroup]="form" novalidate>
2896
2896
  <div class="modal-header">
2897
- <h4 class="modal-title"><i class="fa fa-question-circle" style="color: blue; font-size: 0.85em" aria-hidden="true"></i> Login</h4>
2897
+ <h4 class="modal-title"><b>Login</b></h4>
2898
2898
  <button type="button" class="close" aria-label="Close" (click)="_activeModal.dismiss()">
2899
2899
  <span aria-hidden="true">&times;</span>
2900
2900
  </button>
@@ -3045,7 +3045,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
3045
3045
  </style>
3046
3046
  <form [formGroup]="form" novalidate>
3047
3047
  <div class="modal-header">
3048
- <h4 class="modal-title"><i class="fa fa-question-circle" style="color: blue; font-size: 0.85em" aria-hidden="true"></i> Login</h4>
3048
+ <h4 class="modal-title"><b>Login</b></h4>
3049
3049
  <button type="button" class="close" aria-label="Close" (click)="_activeModal.dismiss()">
3050
3050
  <span aria-hidden="true">&times;</span>
3051
3051
  </button>