Skip to content

Commit

Permalink
fix: changed --pgn-typography-font-weight-table-th
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Jul 31, 2024
1 parent 033974d commit d6bf6a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions styles/css/core/variables.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Wed, 15 May 2024 12:30:36 GMT
* Generated on Wed, 31 Jul 2024 09:52:08 GMT
*/

:root {
Expand Down Expand Up @@ -48,7 +48,7 @@
--pgn-typography-line-height-sm: 1.5;
--pgn-typography-line-height-lg: 1.5;
--pgn-typography-line-height-base: 1.5556;
--pgn-typography-font-weight-table-th: normal;
--pgn-typography-font-weight-table-th: bold;
--pgn-typography-font-weight-lead: inherit;
--pgn-typography-font-weight-bolder: bolder;
--pgn-typography-font-weight-bold: 700;
Expand Down
2 changes: 1 addition & 1 deletion tokens/src/core/global/typography.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"description": "Basic font weight."
},
"lead": { "value": "inherit", "type": "fontWeight", "source": "$lead-font-weight", "description": "Lead text font weight." },
"table-th": { "value": "normal", "type": "fontWeight", "source": "$table-th-font-weight", "description": "Table th font weight." }
"table-th": { "value": "bold", "type": "fontWeight", "source": "$table-th-font-weight", "description": "Table th font weight." }
}
},
"line-height": {
Expand Down

0 comments on commit d6bf6a8

Please sign in to comment.