/** * @author oliverfan * @date 2022.05.22 * @description 色轮 接入tvision-token * @document https://tvision.oa.com/docs/styleguide/color/ */ // import { ThemeLight } from '@tencent/tvision-token'; const ThemeLight = { SERIES_COLORS: ['#0052D9', '#0594FA', '#00A870', '#EBB105', '#ED7B2F', '#E34D59', '#ED49B4', '#834EC2'], }; const colorPalette = ThemeLight.SERIES_COLORS; export default { colors: colorPalette, };