adds color tokens

This commit is contained in:
dhrubesh 2021-05-02 14:41:18 +05:30
parent f412573972
commit eafc2919c7

View File

@ -91,7 +91,15 @@ export const getOptions = (theme: string): ChartOptions => {
};
export const borderColors = [
"rgba(250,174,50,1)",
"rgba(227, 74, 51, 1.0)",
"rgba(250,174,50,1)",
"#058b00",
"#a47f00",
"rgba(57, 255, 20, 1.0)",
"#45a1ff",
"#ffe900",
"#30e60b",
"#00feff",
"#8000d7",
"#ededf0"
];