diff --git a/packages/codemod/transforms/utils/token.js b/packages/codemod/transforms/utils/token.js index 376714e09..6d1398929 100644 --- a/packages/codemod/transforms/utils/token.js +++ b/packages/codemod/transforms/utils/token.js @@ -72,6 +72,10 @@ const TOKEN_MAP = { 'rgba(0,0,0,.45)': 'colorTextTertiary', 'rgba(0,0,0,.25)': 'colorTextQuaternary', 'rgba(0,0,0,0.2)': 'colorFillQuaternary', + 'rgba(0,0,0,85%)': 'colorText', + 'rgba(0,0,0,65%)': 'colorTextSecondary', + 'rgba(0,0,0,45%)': 'colorTextTertiary', + 'rgba(0,0,0,25%)': 'colorTextQuaternary', 'rgb(0 0 0 / 85%)': 'colorText', 'rgb(0 0 0 / 65%)': 'colorTextSecondary', 'rgb(0 0 0 / 45%)': 'colorTextTertiary',