Skip to content

Commit 5d9d663

Browse files
committed
fix: reduce font weight of leading text in tables
1 parent c1316f5 commit 5d9d663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Common/UI/Text/Text.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747

4848
.variant-leading {
49-
font-weight: var(--g-fontWeightSemibold);
49+
font-weight: var(--g-fontWeightMedium);
5050
}
5151

5252
.variant-supporting {

0 commit comments

Comments
 (0)