Skip to content

Commit

Permalink
fix(TDOPS-5105): Components badge separator now has the right color (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbacc authored Sep 18, 2023
1 parent 624d1c7 commit a5e724a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hungry-beers-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/react-components': patch
---

TDOPS-5105 - Components badge now have the right separator color
2 changes: 1 addition & 1 deletion packages/components/src/Badge/Badge.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $tc-badge-disabled-opacity: 0.62;
flex-shrink: 0;
height: 12px;
width: 1px;
background-color: tokens.$coral-color-neutral-background-medium;
background-color: tokens.$coral-color-neutral-border-weak;
margin: $padding-smaller;

&.tc-badge-separator-icon {
Expand Down

0 comments on commit a5e724a

Please sign in to comment.