currency: change styling of buttons
authorGalen Charlton <gmc@equinoxOLI.org>
Wed, 2 Jun 2021 15:48:25 +0000 (11:48 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 2 Jun 2021 15:48:25 +0000 (11:48 -0400)
Addresses LH#51

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/admin/acq/currency/currencies.component.html

index fef2853..97d3d3e 100644 (file)
@@ -64,7 +64,7 @@
   <eg-grid-column path="code"></eg-grid-column>
   <eg-grid-column path="label"></eg-grid-column>
   <ng-template #exchangeRatesTmpl let-currency="row">
-    <button class="btn btn-outline-secondary" (click)="openExchangeRatesDialog(currency.code())" i18n>Manage Exchange Rates</button>
+    <button class="btn btn-outline-dark" (click)="openExchangeRatesDialog(currency.code())" i18n>Manage Exchange Rates</button>
   </ng-template>
   <eg-grid-column i18n-label label="Exchange Rates" name="exchange_rates"
     [sortable]="false" [filterable]="false" [cellTemplate]="exchangeRatesTmpl"></eg-grid-column>