Skip to content

Commit

Permalink
fix: help icon color in the header bar (#5078)
Browse files Browse the repository at this point in the history
* Update HeaderBar module.scss

* Fix help icon color in the header bar

* Update @talend/design-tokens to version 2.11.2
  • Loading branch information
romainseb authored Dec 19, 2023
1 parent 507702b commit c023eb6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/cuddly-kings-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@talend/react-components': patch
'@talend/design-system': patch
---

fix: help icon color in the header bar
11 changes: 8 additions & 3 deletions packages/components/src/HeaderBar/HeaderBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,20 @@ $tc-headerbar-logo-full-width: 8.5rem !default;

a svg {
margin: 0 $padding-smaller;
path {
fill: tokens.$coral-color-neutral-icon;
}
}

ul {
list-style: none;
}

:global {
.dropdown-menu {
a svg path {
fill: tokens.$coral-color-neutral-icon;
}
}
}

:global {
.tc-dropdown-button,
.btn-link,
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@floating-ui/react": "^0.24.8",
"@talend/assets-api": "^1.3.1",
"@talend/design-tokens": "^2.11.0",
"@talend/design-tokens": "^2.11.2",
"@talend/utils": "^2.9.0",
"classnames": "^2.3.2",
"modern-css-reset": "^1.4.0",
Expand Down

0 comments on commit c023eb6

Please sign in to comment.