Skip to content

Commit

Permalink
Merge pull request #1246 from primer/timeline_badge_border
Browse files Browse the repository at this point in the history
Adding timeline-badge success border
  • Loading branch information
jonrohan committed Mar 19, 2021
2 parents 878181d + ba9d8c9 commit 0b8d88b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@primer/octicons": "^9.1.1",
"@primer/primitives": "0.0.0-202121782215"
"@primer/primitives": "0.0.0-2021219201035"
},
"devDependencies": {
"@octokit/rest": "^16.34.0",
Expand Down
2 changes: 1 addition & 1 deletion src/timeline/timeline-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
&--success {
color: var(--color-text-white);
background-color: var(--color-btn-primary-bg);
border: $border-width $border-style var(--color-merge-box-success-indicator-border);
border: $border-width $border-style var(--color-timeline-badge-success-border);
}
}

Expand Down

0 comments on commit 0b8d88b

Please sign in to comment.