Commit eafc2919 authored by dhrubesh's avatar dhrubesh
Browse files

adds color tokens

parent f4125739
No related merge requests found
Showing with 9 additions and 1 deletion
+9 -1
......@@ -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"
];
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment