Skip to content

Commit

Permalink
Update polaris-migrator/src/migrations/v12-styles-replace-custom-prop…
Browse files Browse the repository at this point in the history
…erty-color/transform.ts

Co-authored-by: Lo Kim <[email protected]>
  • Loading branch information
aaronccasanova and laurkim authored Oct 3, 2023
1 parent 914d43d commit 0dd34a3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0dd34a3

Please sign in to comment.