Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
chore: fix select color
Browse files Browse the repository at this point in the history
  • Loading branch information
koen1711 committed Apr 24, 2024
1 parent c44ac12 commit b8f5897
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/modules/components/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ button {
font-size: 12px;
line-height: 36px;
height: 40px;
color: var(--leaphy-text-color);

.selected {
color: var(--leaphy-header-icon-color);
}

mat-icon {
color: var(--leaphy-header-icon-color);
Expand Down

0 comments on commit b8f5897

Please sign in to comment.