Skip to content

Commit

Permalink
Query Pagination Previous: Add missing typography supports (#43556)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Aug 29, 2022
1 parent ab814ed commit 62ce047
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontStyle": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
Expand Down

0 comments on commit 62ce047

Please sign in to comment.