diff options
-rw-r--r-- | src/objects/_badge.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_badge.scss b/src/objects/_badge.scss index 17bb204..bb23f7e 100644 --- a/src/objects/_badge.scss +++ b/src/objects/_badge.scss | |||
@@ -81,6 +81,7 @@ | |||
81 | border-radius: fn.dim(--rounding); | 81 | border-radius: fn.dim(--rounding); |
82 | background-color: fn.color(--bg); | 82 | background-color: fn.color(--bg); |
83 | color: fn.color(--label); | 83 | color: fn.color(--label); |
84 | line-height: fn.global-dim(--font --standard --line-height); | ||
84 | text-align: center; | 85 | text-align: center; |
85 | text-decoration: none; | 86 | text-decoration: none; |
86 | 87 | ||