Skip to content

Commit

Permalink
fix: header bar bottom border
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb committed Dec 19, 2023
1 parent 0b18507 commit f172fa8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silent-penguins-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/react-components': patch
---

fix: Header bar border bottom in light mode
7 changes: 6 additions & 1 deletion packages/components/src/HeaderBar/HeaderBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ $tc-headerbar-logo-full-width: 8.5rem !default;
}
}

[data-theme='qlik-light'] {
.tc-header-bar {
border-bottom: 1px solid tokens.$coral-color-neutral-border-weak;
}
}

.tc-header-bar {
background: tokens.$coral-color-brand-background;
color: tokens.$coral-color-brand-text;
Expand All @@ -22,7 +28,6 @@ $tc-headerbar-logo-full-width: 8.5rem !default;
top: 0;
width: 100%;
z-index: tokens.$coral-elevation-layer-standard-front;
border-bottom: 1px solid tokens.$coral-color-neutral-border-weak;

svg {
margin: 0;
Expand Down

0 comments on commit f172fa8

Please sign in to comment.