Skip to content

Commit e5856c6

Browse files
pkp/pkp-lib#10850 Correct css var name for --text-sm-normal--font-weight
1 parent 2684788 commit e5856c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default {
9292
'var(--text-sm-normal)' /** 11px */,
9393
{
9494
lineHeight: 'var(--text-sm-normal--line-height)',
95-
fontWeight: 'var(--text-sm-normal-font-weight)',
95+
fontWeight: 'var(--text-sm-normal--font-weight)',
9696
},
9797
],
9898
'base-light': [

0 commit comments

Comments
 (0)