Skip to content

Commit

Permalink
fix: remove css that overrides dark theme color (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
fixingitnow committed Oct 7, 2022
1 parent 26ba36b commit c219ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_includes/cards/invoices.html
Expand Up @@ -27,7 +27,7 @@ <h3 class="card-title">Invoices</h3>
<thead>
<tr>
<th class="w-1"><input class="form-check-input m-0 align-middle" type="checkbox" aria-label="Select all invoices"></th>
<th class="w-1">No. {% include ui/icon.html icon="chevron-up" class="icon-sm text-dark icon-thick" %}</th>
<th class="w-1">No. {% include ui/icon.html icon="chevron-up" class="icon-sm icon-thick" %}</th>
<th>Invoice Subject</th>
<th>Client</th>
<th>VAT No.</th>
Expand Down

0 comments on commit c219ea5

Please sign in to comment.