From 907d2441fc9663acf13c704597a1fcf03c4bd48d Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Fri, 14 Jun 2024 10:59:47 +0100 Subject: [PATCH] Update packages/edit-site/src/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js Co-authored-by: Alex Lende --- .../use-theme-style-variations-by-property.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-site/src/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js b/packages/edit-site/src/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js index 7c5deb7577df9b..3419cf512ee0aa 100644 --- a/packages/edit-site/src/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js +++ b/packages/edit-site/src/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js @@ -73,7 +73,7 @@ export function useCurrentMergeThemeStyleVariationsWithUserConfig( { return useMemo( () => { const clonedBaseVariation = cloneDeep( baseVariation ); - // Get user variation and remove the color settings. + // Get user variation and remove the settings for the given property. const userVariation = removePropertyFromObject( clonedBaseVariation, property