diff --git a/polaris-migrator/src/migrations/v12-styles-replace-custom-property-color/transform.ts b/polaris-migrator/src/migrations/v12-styles-replace-custom-property-color/transform.ts index 48aa154b1e3..241d14826af 100644 --- a/polaris-migrator/src/migrations/v12-styles-replace-custom-property-color/transform.ts +++ b/polaris-migrator/src/migrations/v12-styles-replace-custom-property-color/transform.ts @@ -73,6 +73,10 @@ const replacementMap1 = { '--p-color-bg-input': '--p-color-input-bg-surface', '--p-color-bg-inset-strong': '--p-color-bg-fill-inverse', '--p-color-bg-inset': '--p-color-bg-fill-secondary', + '--p-color-bg-interactive': '--p-color-bg-fill-brand', + '--p-color-bg-interactive-selected': '--p-color-bg-surface-brand-selected', + '--p-color-bg-interactive-subdued-active': '--p-color-bg-surface-brand-active', + '--p-color-bg-interactive-subdued-hover': '--p-color-bg-surface-brand-hover', '--p-color-bg-inverse-active': '--p-color-bg-fill-inverse-active', '--p-color-bg-inverse-hover': '--p-color-bg-fill-inverse-hover', '--p-color-bg-magic-active': '--p-color-bg-fill-magic-secondary-active',