Skip to content

Commit

Permalink
Set color black on filter section for mobile
Browse files Browse the repository at this point in the history
(cherry picked from commit 36c95db)
  • Loading branch information
VictorHugoDuranS authored and github-actions[bot] committed Aug 29, 2024
1 parent a06c925 commit 078dcbb
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 078dcbb

Please sign in to comment.