Skip to content
Snippets Groups Projects
Commit 5372b8dc authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Removed deprecated constants

parent 2f5ad84c
No related branches found
No related tags found
No related merge requests found
Pipeline #57018 passed
/*global ks_global*/
export const COLOR_PALETTE = [
"rgb(104, 169, 77)",
"rgb(102, 75, 154)",
"rgb(41, 171, 226)",
"rgb(224, 133, 35)",
"rgb(214, 207, 126)",
"rgb(239, 65, 35)",
"rgb(255, 255, 255)",
];
export const LINK_WIDTH = 3;
export const HOVER_LINK_WIDTH = 6;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment