mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-22 01:46:39 +00:00
adds color tokens
This commit is contained in:
parent
f412573972
commit
eafc2919c7
@ -91,7 +91,15 @@ export const getOptions = (theme: string): ChartOptions => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const borderColors = [
|
export const borderColors = [
|
||||||
"rgba(250,174,50,1)",
|
|
||||||
"rgba(227, 74, 51, 1.0)",
|
"rgba(227, 74, 51, 1.0)",
|
||||||
|
"rgba(250,174,50,1)",
|
||||||
|
"#058b00",
|
||||||
|
"#a47f00",
|
||||||
"rgba(57, 255, 20, 1.0)",
|
"rgba(57, 255, 20, 1.0)",
|
||||||
|
"#45a1ff",
|
||||||
|
"#ffe900",
|
||||||
|
"#30e60b",
|
||||||
|
"#00feff",
|
||||||
|
"#8000d7",
|
||||||
|
"#ededf0"
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user