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 62efac9102e..14a5da02cc6 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 @@ -46,6 +46,7 @@ const replacementMap1 = { '--p-color-avatar-two-text-on-bg-fill', '--p-color-bg-active': '--p-color-bg-surface-active', '--p-color-bg-app-active': '--p-color-bg-surface-active', + '--p-color-bg-app-hover': '--p-color-bg-surface-hover', '--p-color-bg-app-selected': '--p-color-bg-surface-selected', '--p-color-bg-backdrop-experimental': '--p-color-backdrop-bg', '--p-color-bg-caution-strong': '--p-color-bg-fill-caution',