We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
font-family
Tag
1 parent 22047be commit 01da25aCopy full SHA for 01da25a
packages/web/src/components/Tag/_Tag.scss
@@ -4,6 +4,8 @@
4
.lmc-Tag {
5
display: inline-block;
6
padding: theme.$padding-y theme.$padding-x;
7
+ font-family: theme.$font-family;
8
+ font-weight: theme.$font-weight;
9
font-size: theme.$font-size;
10
text-align: center;
11
line-height: theme.$line-height;
packages/web/src/components/Tag/_theme.scss
@@ -2,6 +2,8 @@
2
3
$padding-x: tokens.$space-4;
$padding-y: tokens.$space-4;
+$font-family: tokens.$font-family-default;
+$font-weight: tokens.$font-weight-regular;
$font-size: tokens.$font-size-3;
$line-height: tokens.$line-height-small;
$border-radius: tokens.$radius-1;
0 commit comments