From 0dd34a39c44c77d444e65c1771128e207d758881 Mon Sep 17 00:00:00 2001 From: Aaron Casanova <32409546+aaronccasanova@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:03:07 -0700 Subject: [PATCH] Update polaris-migrator/src/migrations/v12-styles-replace-custom-property-color/transform.ts Co-authored-by: Lo Kim --- .../v12-styles-replace-custom-property-color/transform.ts | 4 ++++ 1 file changed, 4 insertions(+) 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',