Skip to content

Commit

Permalink
Query Pagination Previous: Add missing typography supports
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw authored and andrewserong committed Aug 29, 2022
1 parent 83442b0 commit c2a8114
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 c2a8114

Please sign in to comment.