Skip to content

Commit

Permalink
Update packages/edit-site/src/components/global-styles/variations/var…
Browse files Browse the repository at this point in the history
…iations-typography.js
  • Loading branch information
scruffian committed Jun 25, 2024
1 parent 608b7d5 commit c297a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Variation from './variation';
import Subtitle from '../subtitle';

export default function TypographyVariations( { title, gap = 2 } ) {
const propertyToFilter = 'color';
const propertyToFilter = 'typography';
const typographyVariations =
useCurrentMergeThemeStyleVariationsWithUserConfig( propertyToFilter );

Expand Down

0 comments on commit c297a4d

Please sign in to comment.