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:
@@ -20,7 +20,7 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: var(--typography-Caption-Bold-fontSize);
|
font-size: var(--typography-Caption-Bold-fontSize);
|
||||||
line-height: var(--typography-Caption-Bold-lineHeight);
|
line-height: var(--typography-Caption-Bold-lineHeight);
|
||||||
letter-spacing: 0.6%;
|
letter-spacing: 0.084px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
font-size: var(--typography-Body-Bold-fontSize);
|
font-size: var(--typography-Body-Bold-fontSize);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: var(--typography-Body-Bold-lineHeight);
|
line-height: var(--typography-Body-Bold-lineHeight);
|
||||||
letter-spacing: 0.6%;
|
letter-spacing: 0.084px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user