Skip to content

Commit

Permalink
Merge pull request #946 from oceanbase/dengfuping-dev
Browse files Browse the repository at this point in the history
enhance(codemod): rgb(240,242,245) => colorBgLayout token
  • Loading branch information
dengfuping authored Jan 17, 2025
2 parents 8db06c5 + dc55ff2 commit 8d2b694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/codemod/transforms/utils/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const TOKEN_MAP = {
'#f5f8fe': 'colorBgLayout',
'#f5f7fa': 'colorBgLayout',
'rgba(140,140,140,0.1)': 'colorBgLayout',
'rgb(240,242,245)': 'colorBgLayout',
'#132039': 'colorText',
'#364563': 'colorTextSecondary',
'#8592ad': 'colorTextTertiary',
Expand Down

0 comments on commit 8d2b694

Please sign in to comment.