Browse Source

fix: Label font weight should be semi bold, fixes #11629

Torkel Ödegaard 7 years ago
parent
commit
1594ceeb6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/sass/components/_tags.scss

+ 1 - 1
public/sass/components/_tags.scss

@@ -4,7 +4,7 @@
   display: inline-block;
   padding: 2px 4px;
   font-size: $font-size-base * 0.846;
-  font-weight: bold;
+  font-weight: $font-weight-semi-bold;
   line-height: 14px; // ensure proper line-height if floated
   color: $white;
   vertical-align: baseline;