Skip to content

Commit

Permalink
refactor(business): rename css class
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschoenbaechler committed Sep 22, 2024
1 parent 01e2057 commit 18a8be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
></ion-icon>
</ion-toolbar>
<div
class="current-filter"
class="active-filter-wrapper"
*ngIf="store.query().businessTypes.length > 0 || store.query().businessStatuses.length > 0"
>
<ion-chip *ngFor="let businessType of store.query().businessTypes">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ion-chip {
}
}

.current-filter {
.active-filter-wrapper {
padding: 0.5rem 1rem 0 1rem;
background-color: var(--ion-color-primary-contrast);
}

0 comments on commit 18a8be2

Please sign in to comment.