Skip to content

Commit

Permalink
fix: knownfacts header icon disabled color
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Sep 11, 2024
1 parent 9d2e81b commit 34225bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
justify-content: center;
}

.memori-header--button+.memori-header--button {
.memori-header--button + .memori-header--button {
margin-left: 0.25rem;
}

Expand All @@ -44,7 +44,7 @@
}

.memori-header--button.memori-header--button--experts svg {
fill: #fff;
fill: currentColor;
}

.memori-header--position {
Expand Down

0 comments on commit 34225bd

Please sign in to comment.