Skip to content

Commit 84581e9

Browse files
authored
Reduce size of Label--inline (#1908)
* Reduce size of `Label--inline` * Create moody-apricots-bake.md
1 parent bc1132b commit 84581e9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/moody-apricots-bake.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Reduce size of `Label--inline`

src/labels/mixins.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727

2828
@mixin labels--inline {
2929
display: inline;
30-
padding: 0.1667em 0.5em;
31-
font-size: 0.9em;
30+
padding: 0.12em 0.5em;
31+
font-size: 85%;
3232
}

0 commit comments

Comments
 (0)