Skip to content

Commit

Permalink
fix: overflow menu button svg color (#3911)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectordavis authored Jan 3, 2025
1 parent 08a4b00 commit 6ed1bc3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/react/src/components/Header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,11 @@ $hoverBgColor: #2c2c2c;
}
}
}

&__icon {
fill: $layer-01;
&.#{$prefix}--btn--ghost {
// Overflow 3 dots menu button
svg.#{$prefix}--overflow-menu__icon {
fill: $layer-01;
}
}

.#{$prefix}--header__submenu.#{$prefix}--header-action-btn {
Expand Down

0 comments on commit 6ed1bc3

Please sign in to comment.