Skip to content

Commit

Permalink
feat: update COLOR_MODES
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Nov 26, 2024
1 parent addb5d0 commit c52f2ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/color-picker/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const TD_COLOR_USED_COLORS_MAX_SIZE = 100; // 每行10个

// 颜色模式options配置
export const COLOR_MODES = {
monochrome: '单色',
'linear-gradient': '渐变',
monochrome: 'singleColor',
'linear-gradient': 'gradientColor',
};

// 默认颜色
Expand Down

0 comments on commit c52f2ef

Please sign in to comment.