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.
1 parent 9474d39 commit 1fc03a8Copy full SHA for 1fc03a8
packages/components/src/styles/Label.module.css
@@ -3,21 +3,17 @@
3
}
4
5
.small {
6
- font: var(--lp-text-label-2-semibold);
+ font: var(--lp-text-label-2-medium);
7
8
9
.medium {
10
- font: var(--lp-text-label-1-semibold);
+ font: var(--lp-text-label-1-medium);
11
12
13
form[orientation='horizontal'] .label {
14
font: var(--lp-text-label-1-regular);
15
16
17
-form[orientation='horizontal'] .label.small {
18
- font: var(--lp-text-label-2-regular);
19
-}
20
-
21
/* Text truncation for maxLines */
22
.truncate {
23
display: -webkit-box;
0 commit comments