Merged in fix/incorrect-letter-spacing (pull request #982)

fix: corrected some letter-spacing values since percentage is not allowed

Approved-by: Matilda Landström
This commit is contained in:
Christian Andolf
2024-11-29 09:23:10 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
font-weight: 500;
font-size: var(--typography-Caption-Bold-fontSize);
line-height: var(--typography-Caption-Bold-lineHeight);
letter-spacing: 0.6%;
letter-spacing: 0.084px;
text-decoration: none;
}

View File

@@ -13,7 +13,7 @@
font-size: var(--typography-Body-Bold-fontSize);
font-weight: 500;
line-height: var(--typography-Body-Bold-lineHeight);
letter-spacing: 0.6%;
letter-spacing: 0.084px;
text-decoration: none;
}