Skip to content

Commit

Permalink
Fix TimelineItem--condensed background (#1556)
Browse files Browse the repository at this point in the history
* Fix TimelineItem--condensed background

* Create silver-items-talk.md
  • Loading branch information
simurai committed Aug 30, 2021
1 parent 966de4e commit 3ad13ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-items-talk.md
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Fix TimelineItem--condensed background
1 change: 1 addition & 0 deletions src/timeline/timeline-item.scss
Expand Up @@ -93,6 +93,7 @@
// stylelint-disable-next-line primer/colors
color: var(--color-icon-secondary);
background-color: var(--color-bg-canvas);
background-image: none;
border: 0;
}
}

0 comments on commit 3ad13ab

Please sign in to comment.