Skip to content

Commit 1fc03a8

Browse files
Susanna NevalainenSusanna Nevalainen
authored andcommitted
feat(components): label css polishments
1 parent 9474d39 commit 1fc03a8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/components/src/styles/Label.module.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,17 @@
33
}
44

55
.small {
6-
font: var(--lp-text-label-2-semibold);
6+
font: var(--lp-text-label-2-medium);
77
}
88

99
.medium {
10-
font: var(--lp-text-label-1-semibold);
10+
font: var(--lp-text-label-1-medium);
1111
}
1212

1313
form[orientation='horizontal'] .label {
1414
font: var(--lp-text-label-1-regular);
1515
}
1616

17-
form[orientation='horizontal'] .label.small {
18-
font: var(--lp-text-label-2-regular);
19-
}
20-
2117
/* Text truncation for maxLines */
2218
.truncate {
2319
display: -webkit-box;

0 commit comments

Comments
 (0)