LP2008918: use new default colors for modal headers
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / admin / acq / currency / exchange-rates-dialog.component.html
index 09b6a0d..9a3f70c 100644 (file)
@@ -2,7 +2,7 @@
 <eg-string #updateFailedString i18n-text text="Exchange Rates Update Failed"></eg-string>
 
 <ng-template #dialogContent>
-  <div class="modal-header bg-info" *ngIf="doneLoading">
+  <div class="modal-header" *ngIf="doneLoading">
     <h3 *ngIf="canUpdate" class="modal-title" i18n>Manage Exchange Rates for {{currency.code()}}: {{currency.label()}}</h3>
     <h3 *ngIf="!canUpdate" class="modal-title" i18n>View Exchange Rates for {{currency.code()}}: {{currency.label()}}</h3>
     <button type="button" class="btn-close btn-close-white"