Преглед изворни кода

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

Torkel Ödegaard пре 7 година
родитељ
комит
1594ceeb6f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/sass/components/_tags.scss

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

@@ -4,7 +4,7 @@
   display: inline-block;
   display: inline-block;
   padding: 2px 4px;
   padding: 2px 4px;
   font-size: $font-size-base * 0.846;
   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
   line-height: 14px; // ensure proper line-height if floated
   color: $white;
   color: $white;
   vertical-align: baseline;
   vertical-align: baseline;