Skip to content

Commit

Permalink
feat(statistic): black 颜色映射 (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 authored Jan 31, 2024
1 parent d3e0ad5 commit 742a90e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/statistic/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* 颜色映射
*/
export const COLOR_MAP = {
black: 'var(--td-text-color-primary)',
blue: 'var(--td-brand-color)',
red: 'var(--td-error-color)',
orange: 'var(--td-warning-color)',
Expand Down

0 comments on commit 742a90e

Please sign in to comment.