mirror of
https://github.com/primer/css.git
synced 2024-12-27 08:05:06 +03:00
Update small issue label colors
This commit is contained in:
parent
18183f8969
commit
3340332984
@ -78,10 +78,10 @@ Sometimes when adding a label the line-height can be incrased. Or the parent ele
|
||||
Issue labels are used for adding labels to issues and pull requests. They also come with emoji support.
|
||||
|
||||
```html live
|
||||
<span class="IssueLabel bg-blue text-white mr-1">Primer</span>
|
||||
<span class="IssueLabel bg-red text-white mr-1">bug 🐛</span>
|
||||
<span class="IssueLabel bg-pink text-white mr-1">help wanted</span>
|
||||
<span class="IssueLabel bg-yellow text-gray-dark mr-1">🚂 deploy: train</span>
|
||||
<span class="IssueLabel color-bg-info-inverse color-text-white mr-1">Primer</span>
|
||||
<span class="IssueLabel color-bg-danger-inverse color-text-white mr-1">bug 🐛</span>
|
||||
<span class="IssueLabel color-bg-success-inverse color-text-white mr-1">help wanted</span>
|
||||
<span class="IssueLabel color-bg-warning-inverse color-text-gray-dark mr-1">🚂 deploy: train</span>
|
||||
```
|
||||
|
||||
If an issue label needs to be bigger, add the `.IssueLabel--big` modifier.
|
||||
|
Loading…
Reference in New Issue
Block a user