We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081ac89 commit 8372f59Copy full SHA for 8372f59
src/styles/typography.scss
@@ -23,23 +23,23 @@
23
}
24
25
.dial-body-semi-text {
26
- @apply dial-body font-semibold;
+ @apply dial-body-text font-semibold;
27
28
29
.dial-small-text {
30
@apply font-normal text-[14px]/[20px];
31
32
33
.dial-small-semi-text {
34
- @apply dial-small font-semibold;
+ @apply dial-small-text font-semibold;
35
36
37
.dial-tiny-text {
38
@apply font-normal text-[12px]/[16px];
39
40
41
.dial-tiny-semi-text {
42
- @apply dial-tiny font-semibold;
+ @apply dial-tiny-text font-semibold;
43
44
45
.dial-caption-text {
0 commit comments