Skip to content

Commit

Permalink
Update packages/edit-site/src/components/global-styles/typeset-button.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com>
  • Loading branch information
scruffian and mikachan committed Jul 24, 2024
1 parent de2dd63 commit 3b6000a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function TypesetButton() {
coreStore
).__experimentalGetCurrentThemeGlobalStylesVariations();
}, [] );
const userTypographyConfig = filterObjectByProperty(
const userTypographyConfig = filterObjectByProperties(
userConfig,
'typography'
);
Expand Down

0 comments on commit 3b6000a

Please sign in to comment.