Skip to content

Commit

Permalink
fix(react): fix gradient variation fill
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Feb 14, 2023
1 parent 5cd7f14 commit 5c084eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/react/src/components/Navbar/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
);
}

.oxygen-navbar-collapsible-hamburger {
svg {
fill: var(--oxygen-palette-common-white);
}
}

.oxygen-navbar-list-item {
.oxygen-navbar-list-item-button {
color: var(--oxygen-palette-common-white);
Expand Down

0 comments on commit 5c084eb

Please sign in to comment.