Skip to content

Commit

Permalink
Merge pull request #3035 from VictorHugoDuranS/dspace_7_2682
Browse files Browse the repository at this point in the history
Set color black on filter section for mobile
  • Loading branch information
tdonohue authored Aug 29, 2024
2 parents c9ecc56 + 36c95db commit b00470a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[attr.aria-label]="(((collapsed$ | async) ? 'search.filters.filter.expand' : 'search.filters.filter.collapse') | translate) + ' ' + (('search.filters.filter.' + filter.name + '.head') | translate | lowercase)"
[attr.data-test]="'filter-toggle' | dsBrowserOnly"
>
<span class="h4 d-inline-block text-left mt-auto mb-auto">
<span class="h4 d-inline-block text-left mt-auto mb-auto dark:text-white text-dark">
{{'search.filters.filter.' + filter.name + '.head'| translate}}
</span>
<i class="filter-toggle flex-grow-1 fas p-auto"
Expand Down

0 comments on commit b00470a

Please sign in to comment.