Skip to content

Commit 9b746cf

Browse files
authored
fix(frontend): Fix background color of the team-filter component #1647
1 parent 4fe5741 commit 9b746cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/app/shared/filter/team-filter/team-filter.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
[attr.data-testId]="'team-filter-chip'"
1414
[matTooltip]="team.name"
1515
matTooltipPosition="above"
16-
class="ico
17-
n-button focus-outline mt-1 me-1"
16+
class="icon-button focus-outline mt-1 me-1"
1817
>
1918
<mat-chip [highlighted]="activeTeams.includes(team.id)" color="primary">
2019
<p class="d-sm-none d-block text-truncate chip-team-name">{{ getTeamName(team.id) }}</p>

0 commit comments

Comments
 (0)