Skip to content

Commit

Permalink
adding custom colors to excluded paths
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Mar 18, 2024
1 parent d373203 commit 651b30d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const { GlobalStylesContext, areGlobalStyleConfigsEqual } = unlock(

const PATHS_TO_AVOID_OVERWRITING = [
[ 'settings', 'typography', 'fontFamilies', 'custom' ],
[ 'settings', 'color', 'palette', 'custom' ],
];

export default function Variation( { variation, children } ) {
Expand Down

0 comments on commit 651b30d

Please sign in to comment.