Skip to content

Commit 8372f59

Browse files
authored
fix: Fix class names for dial-*-semi-text (#547)
1 parent 081ac89 commit 8372f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles/typography.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
}
2424

2525
.dial-body-semi-text {
26-
@apply dial-body font-semibold;
26+
@apply dial-body-text font-semibold;
2727
}
2828

2929
.dial-small-text {
3030
@apply font-normal text-[14px]/[20px];
3131
}
3232

3333
.dial-small-semi-text {
34-
@apply dial-small font-semibold;
34+
@apply dial-small-text font-semibold;
3535
}
3636

3737
.dial-tiny-text {
3838
@apply font-normal text-[12px]/[16px];
3939
}
4040

4141
.dial-tiny-semi-text {
42-
@apply dial-tiny font-semibold;
42+
@apply dial-tiny-text font-semibold;
4343
}
4444

4545
.dial-caption-text {

0 commit comments

Comments
 (0)